Shades of Heliotrope #BC66F8
Tints of Heliotrope #BC66F8
RGB
CMYK
RGB Variations
Color information
#BC66F8 (or 0xBC66F8) is known color: Heliotrope. HEX triplet: BC, 66 and F8. RGB value is (188,102,248). Sum of RGB (Red+Green+Blue) = 188+102+248=538 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.94% from 538); Green value is 102 (40.23% from 255 or 18.96% from 538); Blue value is 248 (97.27% from 255 or 46.10% from 538); Max value from RGB is 248 - color contains mainly: blue. Hex color #BC66F8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC66F8 is #439907. Grayscale: #8F8F8F. Windows color (decimal): -4430088 or 16279228. OLE color: 16279228.
HSL color Cylindrical-coordinate representation of color #BC66F8: hue angle of 275.34º degrees, saturation: 0.91, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BC66F8 is Cyan = 0.24, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 188 | 102 | 248 | - |
| CMYK | 0.24 | 0.59 | 0 | 0.03 |
| HSL | 275.34º | 0.91% | 0.69% | - |
| HSV(B) | 275.34º | 0.59% | 0.97% | - |
| XYZ | 42.43 | 26.97 | 91.78 | - |
| YUV | 144.36 | 186.49 | 159.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 102 | 248 | 0.24 | 0.59 | 0 | 0.03 | 275.34 | 0.91 | 0.69 |
| Hex | BC | 66 | F8 | 18 | 3B | 0 | 3 | 113 | 5B | 45 |
| Octal | 274 | 146 | 370 | 30 | 73 | 0 | 3 | 423 | 133 | 105 |
| Binary | 10111100 | 1100110 | 11111000 | 11000 | 111011 | 0 | 11 | 100010011 | 1011011 | 1000101 |
Color Harmonies of #BC66F8
Complementary color
Monochromatic Colors of #BC66F8
Black with #BC66F8
Text Example
Text Example
White with #BC66F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC66F8; }
p { color: rgb(188,102,248); }
H1.HeaderClassName
{
color: #BC66F8;
}
.AnyTagClassName
{
color: #BC66F8;
}
</style>
background-color css
<style>
a { background-color: #BC66F8; }
a { background-color: rgb(188,102,248); }
div.DivClassName
{
background-color: #BC66F8;
}
.BgClassName
{
background-color: #BC66F8;
}
</style>
border-color css
<style>
span { border-color: #BC66F8; }
span { border-color: rgb(188,102,248); }
td.TdClassName
{
border-color: #BC66F8;
}
.TagClassName
{
border-color: #BC66F8;
}
</style>