Shades of Heliotrope #BC76FF
Tints of Heliotrope #BC76FF
RGB
CMYK
RGB Variations
Color information
#BC76FF (or 0xBC76FF) is known color: Heliotrope. HEX triplet: BC, 76 and FF. RGB value is (188,118,255). Sum of RGB (Red+Green+Blue) = 188+118+255=561 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.51% from 561); Green value is 118 (46.48% from 255 or 21.03% from 561); Blue value is 255 (100% from 255 or 45.45% from 561); Max value from RGB is 255 - color contains mainly: blue. Hex color #BC76FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC76FF is #438900. Grayscale: #9A9A9A. Windows color (decimal): -4425985 or 16742076. OLE color: 16742076.
HSL color Cylindrical-coordinate representation of color #BC76FF: hue angle of 270.66º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BC76FF is Cyan = 0.26, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 188 | 118 | 255 | - |
| CMYK | 0.26 | 0.54 | 0 | 0 |
| HSL | 270.66º | 1% | 0.73% | - |
| HSV(B) | 270.66º | 0.54% | 1% | - |
| XYZ | 45.27 | 30.87 | 98.18 | - |
| YUV | 154.55 | 184.69 | 151.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 118 | 255 | 0.26 | 0.54 | 0 | 0 | 270.66 | 1 | 0.73 |
| Hex | BC | 76 | FF | 1A | 36 | 0 | 0 | 10F | 64 | 49 |
| Octal | 274 | 166 | 377 | 32 | 66 | 0 | 0 | 417 | 144 | 111 |
| Binary | 10111100 | 1110110 | 11111111 | 11010 | 110110 | 0 | 0 | 100001111 | 1100100 | 1001001 |
Color Harmonies of #BC76FF
Complementary color
Monochromatic Colors of #BC76FF
Black with #BC76FF
Text Example
Text Example
White with #BC76FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC76FF; }
p { color: rgb(188,118,255); }
H1.HeaderClassName
{
color: #BC76FF;
}
.AnyTagClassName
{
color: #BC76FF;
}
</style>
background-color css
<style>
a { background-color: #BC76FF; }
a { background-color: rgb(188,118,255); }
div.DivClassName
{
background-color: #BC76FF;
}
.BgClassName
{
background-color: #BC76FF;
}
</style>
border-color css
<style>
span { border-color: #BC76FF; }
span { border-color: rgb(188,118,255); }
td.TdClassName
{
border-color: #BC76FF;
}
.TagClassName
{
border-color: #BC76FF;
}
</style>