Shades of Heliotrope #BC77EB
Tints of Heliotrope #BC77EB
RGB
CMYK
RGB Variations
Color information
#BC77EB (or 0xBC77EB) is known color: Heliotrope. HEX triplet: BC, 77 and EB. RGB value is (188,119,235). Sum of RGB (Red+Green+Blue) = 188+119+235=542 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.69% from 542); Green value is 119 (46.88% from 255 or 21.96% from 542); Blue value is 235 (92.19% from 255 or 43.36% from 542); Max value from RGB is 235 - color contains mainly: blue. Hex color #BC77EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC77EB is #438814. Grayscale: #989898. Windows color (decimal): -4425749 or 15431612. OLE color: 15431612.
HSL color Cylindrical-coordinate representation of color #BC77EB: hue angle of 275.69º degrees, saturation: 0.74, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BC77EB is Cyan = 0.2, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 188 | 119 | 235 | - |
| CMYK | 0.2 | 0.49 | 0 | 0.08 |
| HSL | 275.69º | 0.74% | 0.69% | - |
| HSV(B) | 275.69º | 0.49% | 0.92% | - |
| XYZ | 42.33 | 29.88 | 82.13 | - |
| YUV | 152.86 | 174.36 | 153.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 119 | 235 | 0.2 | 0.49 | 0 | 0.08 | 275.69 | 0.74 | 0.69 |
| Hex | BC | 77 | EB | 14 | 31 | 0 | 8 | 114 | 4A | 45 |
| Octal | 274 | 167 | 353 | 24 | 61 | 0 | 10 | 424 | 112 | 105 |
| Binary | 10111100 | 1110111 | 11101011 | 10100 | 110001 | 0 | 1000 | 100010100 | 1001010 | 1000101 |
Color Harmonies of #BC77EB
Complementary color
Monochromatic Colors of #BC77EB
Black with #BC77EB
Text Example
Text Example
White with #BC77EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC77EB; }
p { color: rgb(188,119,235); }
H1.HeaderClassName
{
color: #BC77EB;
}
.AnyTagClassName
{
color: #BC77EB;
}
</style>
background-color css
<style>
a { background-color: #BC77EB; }
a { background-color: rgb(188,119,235); }
div.DivClassName
{
background-color: #BC77EB;
}
.BgClassName
{
background-color: #BC77EB;
}
</style>
border-color css
<style>
span { border-color: #BC77EB; }
span { border-color: rgb(188,119,235); }
td.TdClassName
{
border-color: #BC77EB;
}
.TagClassName
{
border-color: #BC77EB;
}
</style>