Shades of Heliotrope #BC66FF
Tints of Heliotrope #BC66FF
RGB
CMYK
RGB Variations
Color information
#BC66FF (or 0xBC66FF) is known color: Heliotrope. HEX triplet: BC, 66 and FF. RGB value is (188,102,255). Sum of RGB (Red+Green+Blue) = 188+102+255=545 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.50% from 545); Green value is 102 (40.23% from 255 or 18.72% from 545); Blue value is 255 (100% from 255 or 46.79% from 545); Max value from RGB is 255 - color contains mainly: blue. Hex color #BC66FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC66FF is #439900. Grayscale: #909090. Windows color (decimal): -4430081 or 16737980. OLE color: 16737980.
HSL color Cylindrical-coordinate representation of color #BC66FF: hue angle of 273.73º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BC66FF is Cyan = 0.26, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 188 | 102 | 255 | - |
| CMYK | 0.26 | 0.6 | 0 | 0 |
| HSL | 273.73º | 1% | 0.7% | - |
| HSV(B) | 273.73º | 0.6% | 1% | - |
| XYZ | 43.54 | 27.41 | 97.6 | - |
| YUV | 145.16 | 189.99 | 158.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 102 | 255 | 0.26 | 0.6 | 0 | 0 | 273.73 | 1 | 0.7 |
| Hex | BC | 66 | FF | 1A | 3C | 0 | 0 | 112 | 64 | 46 |
| Octal | 274 | 146 | 377 | 32 | 74 | 0 | 0 | 422 | 144 | 106 |
| Binary | 10111100 | 1100110 | 11111111 | 11010 | 111100 | 0 | 0 | 100010010 | 1100100 | 1000110 |
Color Harmonies of #BC66FF
Complementary color
Monochromatic Colors of #BC66FF
Black with #BC66FF
Text Example
Text Example
White with #BC66FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC66FF; }
p { color: rgb(188,102,255); }
H1.HeaderClassName
{
color: #BC66FF;
}
.AnyTagClassName
{
color: #BC66FF;
}
</style>
background-color css
<style>
a { background-color: #BC66FF; }
a { background-color: rgb(188,102,255); }
div.DivClassName
{
background-color: #BC66FF;
}
.BgClassName
{
background-color: #BC66FF;
}
</style>
border-color css
<style>
span { border-color: #BC66FF; }
span { border-color: rgb(188,102,255); }
td.TdClassName
{
border-color: #BC66FF;
}
.TagClassName
{
border-color: #BC66FF;
}
</style>