Shades of Heliotrope #BC5EFC
Tints of Heliotrope #BC5EFC
RGB
CMYK
RGB Variations
Color information
#BC5EFC (or 0xBC5EFC) is known color: Heliotrope. HEX triplet: BC, 5E and FC. RGB value is (188,94,252). Sum of RGB (Red+Green+Blue) = 188+94+252=534 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.21% from 534); Green value is 94 (37.11% from 255 or 17.60% from 534); Blue value is 252 (98.83% from 255 or 47.19% from 534); Max value from RGB is 252 - color contains mainly: blue. Hex color #BC5EFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC5EFC is #43A103. Grayscale: #8B8B8B. Windows color (decimal): -4432132 or 16539324. OLE color: 16539324.
HSL color Cylindrical-coordinate representation of color #BC5EFC: hue angle of 275.7º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BC5EFC is Cyan = 0.25, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 188 | 94 | 252 | - |
| CMYK | 0.25 | 0.63 | 0 | 0.01 |
| HSL | 275.7º | 0.96% | 0.68% | - |
| HSV(B) | 275.7º | 0.63% | 0.99% | - |
| XYZ | 42.31 | 25.73 | 94.83 | - |
| YUV | 140.12 | 191.14 | 162.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 94 | 252 | 0.25 | 0.63 | 0 | 0.01 | 275.7 | 0.96 | 0.68 |
| Hex | BC | 5E | FC | 19 | 3F | 0 | 1 | 114 | 60 | 44 |
| Octal | 274 | 136 | 374 | 31 | 77 | 0 | 1 | 424 | 140 | 104 |
| Binary | 10111100 | 1011110 | 11111100 | 11001 | 111111 | 0 | 1 | 100010100 | 1100000 | 1000100 |
Color Harmonies of #BC5EFC
Complementary color
Monochromatic Colors of #BC5EFC
Black with #BC5EFC
Text Example
Text Example
White with #BC5EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5EFC; }
p { color: rgb(188,94,252); }
H1.HeaderClassName
{
color: #BC5EFC;
}
.AnyTagClassName
{
color: #BC5EFC;
}
</style>
background-color css
<style>
a { background-color: #BC5EFC; }
a { background-color: rgb(188,94,252); }
div.DivClassName
{
background-color: #BC5EFC;
}
.BgClassName
{
background-color: #BC5EFC;
}
</style>
border-color css
<style>
span { border-color: #BC5EFC; }
span { border-color: rgb(188,94,252); }
td.TdClassName
{
border-color: #BC5EFC;
}
.TagClassName
{
border-color: #BC5EFC;
}
</style>