Shades of Heliotrope #BC66FA
Tints of Heliotrope #BC66FA
RGB
CMYK
RGB Variations
Color information
#BC66FA (or 0xBC66FA) is known color: Heliotrope. HEX triplet: BC, 66 and FA. RGB value is (188,102,250). Sum of RGB (Red+Green+Blue) = 188+102+250=540 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.81% from 540); Green value is 102 (40.23% from 255 or 18.89% from 540); Blue value is 250 (98.05% from 255 or 46.30% from 540); Max value from RGB is 250 - color contains mainly: blue. Hex color #BC66FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC66FA is #439905. Grayscale: #909090. Windows color (decimal): -4430086 or 16410300. OLE color: 16410300.
HSL color Cylindrical-coordinate representation of color #BC66FA: hue angle of 274.86º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BC66FA is Cyan = 0.25, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 188 | 102 | 250 | - |
| CMYK | 0.25 | 0.59 | 0 | 0.02 |
| HSL | 274.86º | 0.94% | 0.69% | - |
| HSV(B) | 274.86º | 0.59% | 0.98% | - |
| XYZ | 42.75 | 27.1 | 93.42 | - |
| YUV | 144.59 | 187.49 | 158.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 102 | 250 | 0.25 | 0.59 | 0 | 0.02 | 274.86 | 0.94 | 0.69 |
| Hex | BC | 66 | FA | 19 | 3B | 0 | 2 | 113 | 5E | 45 |
| Octal | 274 | 146 | 372 | 31 | 73 | 0 | 2 | 423 | 136 | 105 |
| Binary | 10111100 | 1100110 | 11111010 | 11001 | 111011 | 0 | 10 | 100010011 | 1011110 | 1000101 |
Color Harmonies of #BC66FA
Complementary color
Monochromatic Colors of #BC66FA
Black with #BC66FA
Text Example
Text Example
White with #BC66FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC66FA; }
p { color: rgb(188,102,250); }
H1.HeaderClassName
{
color: #BC66FA;
}
.AnyTagClassName
{
color: #BC66FA;
}
</style>
background-color css
<style>
a { background-color: #BC66FA; }
a { background-color: rgb(188,102,250); }
div.DivClassName
{
background-color: #BC66FA;
}
.BgClassName
{
background-color: #BC66FA;
}
</style>
border-color css
<style>
span { border-color: #BC66FA; }
span { border-color: rgb(188,102,250); }
td.TdClassName
{
border-color: #BC66FA;
}
.TagClassName
{
border-color: #BC66FA;
}
</style>