Shades of Heliotrope #BC77ED
Tints of Heliotrope #BC77ED
RGB
CMYK
RGB Variations
Color information
#BC77ED (or 0xBC77ED) is known color: Heliotrope. HEX triplet: BC, 77 and ED. RGB value is (188,119,237). Sum of RGB (Red+Green+Blue) = 188+119+237=544 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.56% from 544); Green value is 119 (46.88% from 255 or 21.88% from 544); Blue value is 237 (92.97% from 255 or 43.57% from 544); Max value from RGB is 237 - color contains mainly: blue. Hex color #BC77ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC77ED is #438812. Grayscale: #989898. Windows color (decimal): -4425747 or 15562684. OLE color: 15562684.
HSL color Cylindrical-coordinate representation of color #BC77ED: hue angle of 275.08º degrees, saturation: 0.77, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BC77ED is Cyan = 0.21, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 119 | 237 | - |
| CMYK | 0.21 | 0.50 | 0 | 0.07 |
| HSL | 275.08º | 0.77% | 0.7% | - |
| HSV(B) | 275.08º | 0.5% | 0.93% | - |
| XYZ | 42.62 | 30 | 83.66 | - |
| YUV | 153.08 | 175.36 | 152.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 119 | 237 | 0.21 | 0.50 | 0 | 0.07 | 275.08 | 0.77 | 0.7 |
| Hex | BC | 77 | ED | 15 | 32 | 0 | 7 | 113 | 4D | 46 |
| Octal | 274 | 167 | 355 | 25 | 62 | 0 | 7 | 423 | 115 | 106 |
| Binary | 10111100 | 1110111 | 11101101 | 10101 | 110010 | 0 | 111 | 100010011 | 1001101 | 1000110 |
Color Harmonies of #BC77ED
Complementary color
Monochromatic Colors of #BC77ED
Black with #BC77ED
Text Example
Text Example
White with #BC77ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC77ED; }
p { color: rgb(188,119,237); }
H1.HeaderClassName
{
color: #BC77ED;
}
.AnyTagClassName
{
color: #BC77ED;
}
</style>
background-color css
<style>
a { background-color: #BC77ED; }
a { background-color: rgb(188,119,237); }
div.DivClassName
{
background-color: #BC77ED;
}
.BgClassName
{
background-color: #BC77ED;
}
</style>
border-color css
<style>
span { border-color: #BC77ED; }
span { border-color: rgb(188,119,237); }
td.TdClassName
{
border-color: #BC77ED;
}
.TagClassName
{
border-color: #BC77ED;
}
</style>