Shades of Heliotrope #BC76EF
Tints of Heliotrope #BC76EF
RGB
CMYK
RGB Variations
Color information
#BC76EF (or 0xBC76EF) is known color: Heliotrope. HEX triplet: BC, 76 and EF. RGB value is (188,118,239). Sum of RGB (Red+Green+Blue) = 188+118+239=545 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.50% from 545); Green value is 118 (46.48% from 255 or 21.65% from 545); Blue value is 239 (93.75% from 255 or 43.85% from 545); Max value from RGB is 239 - color contains mainly: blue. Hex color #BC76EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC76EF is #438910. Grayscale: #989898. Windows color (decimal): -4426001 or 15693500. OLE color: 15693500.
HSL color Cylindrical-coordinate representation of color #BC76EF: hue angle of 274.71º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BC76EF is Cyan = 0.21, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 188 | 118 | 239 | - |
| CMYK | 0.21 | 0.51 | 0 | 0.06 |
| HSL | 274.71º | 0.79% | 0.7% | - |
| HSV(B) | 274.71º | 0.51% | 0.94% | - |
| XYZ | 42.8 | 29.88 | 85.17 | - |
| YUV | 152.72 | 176.69 | 153.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 118 | 239 | 0.21 | 0.51 | 0 | 0.06 | 274.71 | 0.79 | 0.7 |
| Hex | BC | 76 | EF | 15 | 33 | 0 | 6 | 113 | 4F | 46 |
| Octal | 274 | 166 | 357 | 25 | 63 | 0 | 6 | 423 | 117 | 106 |
| Binary | 10111100 | 1110110 | 11101111 | 10101 | 110011 | 0 | 110 | 100010011 | 1001111 | 1000110 |
Color Harmonies of #BC76EF
Complementary color
Monochromatic Colors of #BC76EF
Black with #BC76EF
Text Example
Text Example
White with #BC76EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC76EF; }
p { color: rgb(188,118,239); }
H1.HeaderClassName
{
color: #BC76EF;
}
.AnyTagClassName
{
color: #BC76EF;
}
</style>
background-color css
<style>
a { background-color: #BC76EF; }
a { background-color: rgb(188,118,239); }
div.DivClassName
{
background-color: #BC76EF;
}
.BgClassName
{
background-color: #BC76EF;
}
</style>
border-color css
<style>
span { border-color: #BC76EF; }
span { border-color: rgb(188,118,239); }
td.TdClassName
{
border-color: #BC76EF;
}
.TagClassName
{
border-color: #BC76EF;
}
</style>