crispedge.com

Color picker

Loading...
Click "Search Color" button for color information.

#bb77ff hex color - Violet - Cool color - Information

#bb77ff hex color - Violet - Cool color

Color Mixture: Blue Magenta

Color Hue/Base color: Violet

Hex #bb77ff Color code in RGB color code model is created after adding 73.33% red color, 46.67% green color and 100% blue color. Hex #bb77ff Color code in CMYK color (process color) code model is generated after subtraction of 27% cyan, 53% magenta, 0% yellow and 0% black.

Hex #bb77ff color code is a web safe color. Next web safe color code is #aa66ee and previous web safe color code is #cc88dd. You can see here many more shades of #bb77ff color code.

0 Likes 0 Comments | 19 Views

Color Table

Hex Color Codebb77ff#bb77ff
RGB Decimal187, 119, 255rgb(187, 119, 255)
RGB Percent73%, 47%, 100%rgb(73%, 47%, 100%)
CSS RGBa187, 119, 255,1rgba(187,119,255,1)
CMYK Modelcmyk(27%,53%,0%,0%)
HSL Color Space270,100% ,73%hsl(270,100% ,73%)
HSV Color Space270°, 53%, 100%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101110110111011111111111
Octal273167377
Decimal187119255
Hexbb77ff

Different shades of #bb77ff color code.

Different color shades are produced by adding adding white or black (respectively). Generate more color shades with shades generator.

Light Shade of #bb77ff
#d4aaff
Dark Shade of #bb77ff
#a144ff
Saturated Shade of #bb77ff
#bb77ff
Desaturated Shade of #bb77ff
#bb7ef8
Grey scale Shade of #bb77ff
#bbbbbb
Brighten Shade
#d490ff
Most Readable Shade
#000000

Shades of #bb77ff color code

Generate more color scales with scales (color stack) generator.

#bb77ff
#a669e2
#915cc6
#7c4faa
#67428d
#533471
#3e2755
#291a38
#140d1c
#000000

Similar Color like #bb77ff color

Find visually similar hex color codes nearing to #bb77ff hex color. Similar colors can help you tweak and adjust for your project until it’s just right.

#bc78ff
#bd79ff
#be7aff
#bf7bff
#c07cff
#c17dff
#c27eff
#c37fff
#c480ff
#c581ff
#c682ff
#c783ff
#c884ff
#c985ff
#ba76fe
#b975fd
#b874fc
#b773fb
#b672fa
#b571f9
#b470f8
#b36ff7
#b26ef6
#b16df5
#b06cf4
#af6bf3
#ae6af2
#ad69f1

Monochromatic Color with #bb77ff

#bb77ff
#1f142a
#3e2855
#5e3c80
#7d4faa
#9c63d4

Tints of #bb77ff Color

#bb77ff
#c286ff
#ca95ff
#d1a4ff
#d9b3ff
#e0c2ff
#e8d1ff
#efe0ff
#f7efff
#ffffff

Color Schemes

A good color harmony is perfect looking color combinations or colors that look good together. Everyone from designers to developers are looking for colors that go well together. Color schemes above are different relative position on color spectrum. Using them together will create aesthetic looks.

Complimentary

#bb77ff
#bbff77

Complimentary Colors are colors on opposite sides of the color wheel that goes well together.

Split Complementary

#bb77ff
#ffff77
#77ff77

Split Complimentary Colors are two secondary colors with one color as the main color. Secondary colors be used for accents and highlights.

Analogous Color

#8577ff
#a077ff
#bb77ff
#d677ff
#f177ff

Analogous colors are a slight variation in one color or related colors or neighboring colors on either side of color wheel . Example like Red, Orange and Yellow with red as central color. An analogous color scheme creates a rich, monochromatic look. Analogous scheme lacks contrast and is not as vibrant as complementary schemes.

Triadic Color

#bb77ff
#ffbb77
#77ffbb

The primary colors are Red, Green Blue. They are an example of a triadic color scheme. Put a triangle on color wheel and find all three triadic colors. Triadic color schemes are vibrant with high color contrast with color harmony.

Tetrad/Square Color

#bb77ff
#ff7777
#bbff77
#77ffff

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Double Complementary Color

#bb77ff
#bbff77
#77ff77
#ff77ff

Double Complementary is Four color (a mix of primar and secondary colors) scheme with two colors (hues) are next to each other on the color wheel are paired with two adjacent colors (hues) on the opposite side. For examle Red (Primary) and Orange (Secondary) with adjacent to Blue (Primary) and Green (Secondary).

Hex #bb77ff Color Code use in CSS Color, CSS Font/Text Color, CSS Background Color, CSS Border Color, CSS placeholder color, CSS rgba, Box Shadow Color, Text Shadow color.

#bb77ff Color Code Preview on Black Background Color

This is how #bb77ff Color will look on black background color. Color contrast ratio is 7.20

#bb77ff in use for CSS Font/Text Color

HTML with inline CSS

<p style="color:#bb77ff">Your Example Paragraph content text in with font color #bb77ff </p>

Your Example Paragraph content text in with font color #bb77ff

HTML with inline CSS

<div style="color:#bb77ff">Your Paragraph text in with font color #bb77ff </div>

Your Example Paragraph content text in with font color #bb77ff

#bb77ff color code is use for CSS Background Color

Background color for the above div is #bb77ff

HTML with inline CSS

<div style="background-color:#bb77ff;"></div>

#bb77ff color code is use for CSS Border Color

CSS Border color for the above div is #bb77ff

HTML with inline CSS

<div style="border:5px solid #bb77ff;"></div>

CSS Border Left color for the above div is #bb77ff

HTML with inline CSS

<div style="border-left:5px solid #bb77ff;"></div>

CSS Border Right color for the above div is #bb77ff

HTML with inline CSS

<div style="border-right:5px solid #bb77ff;"></div>

CSS Border Bottom color for the above div is #bb77ff

HTML with inline CSS

<div style="border-bottom:5px solid #bb77ff;"></div>

CSS Border Top color for the above div is #bb77ff

HTML with inline CSS

<div style="border-top:5px solid #bb77ff;"></div>

#bb77ff hex Color code used as CSS color Codes

Example CSS Class for usage

.examplebgclass {background-color:#bb77ff; } .examplecolorclass {color:#bb77ff; } .examplebordercolor {border:3px solid #bb77ff; }

#bb77ff Color code Preview on White Background

This is how #bb77ff Color code will look on white background color. Color contrast ratio is 2.92

Different text-shadow examples and usage

coming soon...

CSS3 text-shadow and box-shadow Usage

Example CSS Class for usage

.exampleTextShadowClass { text-shadow: 4px 4px 2px #bb77ff; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #bb77ff; }

Related Gradients

Beautiful Colored Gradient Background. Find awesome Gradient for your next project.

0 Likes 0 Comments | 19 Views

Post your comment:-

By submitting comment you agree to our privacy policy.