Shades of Heliotrope #BC5FFC
Tints of Heliotrope #BC5FFC
RGB
CMYK
RGB Variations
Color information
#BC5FFC (or 0xBC5FFC) is known color: Heliotrope. HEX triplet: BC, 5F and FC. RGB value is (188,95,252). Sum of RGB (Red+Green+Blue) = 188+95+252=535 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.14% from 535); Green value is 95 (37.5% from 255 or 17.76% from 535); Blue value is 252 (98.83% from 255 or 47.10% from 535); Max value from RGB is 252 - color contains mainly: blue. Hex color #BC5FFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC5FFC is #43A003. Grayscale: #8C8C8C. Windows color (decimal): -4431876 or 16539580. OLE color: 16539580.
HSL color Cylindrical-coordinate representation of color #BC5FFC: hue angle of 275.54º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BC5FFC is Cyan = 0.25, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 188 | 95 | 252 | - |
| CMYK | 0.25 | 0.62 | 0 | 0.01 |
| HSL | 275.54º | 0.96% | 0.68% | - |
| HSV(B) | 275.54º | 0.62% | 0.99% | - |
| XYZ | 42.4 | 25.9 | 94.86 | - |
| YUV | 140.71 | 190.81 | 161.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 95 | 252 | 0.25 | 0.62 | 0 | 0.01 | 275.54 | 0.96 | 0.68 |
| Hex | BC | 5F | FC | 19 | 3E | 0 | 1 | 114 | 60 | 44 |
| Octal | 274 | 137 | 374 | 31 | 76 | 0 | 1 | 424 | 140 | 104 |
| Binary | 10111100 | 1011111 | 11111100 | 11001 | 111110 | 0 | 1 | 100010100 | 1100000 | 1000100 |
Color Harmonies of #BC5FFC
Complementary color
Monochromatic Colors of #BC5FFC
Black with #BC5FFC
Text Example
Text Example
White with #BC5FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5FFC; }
p { color: rgb(188,95,252); }
H1.HeaderClassName
{
color: #BC5FFC;
}
.AnyTagClassName
{
color: #BC5FFC;
}
</style>
background-color css
<style>
a { background-color: #BC5FFC; }
a { background-color: rgb(188,95,252); }
div.DivClassName
{
background-color: #BC5FFC;
}
.BgClassName
{
background-color: #BC5FFC;
}
</style>
border-color css
<style>
span { border-color: #BC5FFC; }
span { border-color: rgb(188,95,252); }
td.TdClassName
{
border-color: #BC5FFC;
}
.TagClassName
{
border-color: #BC5FFC;
}
</style>