Shades of Heliotrope #BC5FFE
Tints of Heliotrope #BC5FFE
RGB
CMYK
RGB Variations
Color information
#BC5FFE (or 0xBC5FFE) is known color: Heliotrope. HEX triplet: BC, 5F and FE. RGB value is (188,95,254). Sum of RGB (Red+Green+Blue) = 188+95+254=537 (71% of max value = 765). Red value is 188 (73.83% from 255 or 35.01% from 537); Green value is 95 (37.5% from 255 or 17.69% from 537); Blue value is 254 (99.61% from 255 or 47.30% from 537); Max value from RGB is 254 - color contains mainly: blue. Hex color #BC5FFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC5FFE is #43A001. Grayscale: #8C8C8C. Windows color (decimal): -4431874 or 16670652. OLE color: 16670652.
HSL color Cylindrical-coordinate representation of color #BC5FFE: hue angle of 275.09º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BC5FFE is Cyan = 0.26, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 188 | 95 | 254 | - |
| CMYK | 0.26 | 0.63 | 0 | 0.00 |
| HSL | 275.09º | 0.99% | 0.68% | - |
| HSV(B) | 275.09º | 0.63% | 1% | - |
| XYZ | 42.72 | 26.03 | 96.54 | - |
| YUV | 140.93 | 191.81 | 161.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 95 | 254 | 0.26 | 0.63 | 0 | 0.00 | 275.09 | 0.99 | 0.68 |
| Hex | BC | 5F | FE | 1A | 3F | 0 | 0 | 113 | 63 | 44 |
| Octal | 274 | 137 | 376 | 32 | 77 | 0 | 0 | 423 | 143 | 104 |
| Binary | 10111100 | 1011111 | 11111110 | 11010 | 111111 | 0 | 0 | 100010011 | 1100011 | 1000100 |
Color Harmonies of #BC5FFE
Complementary color
Monochromatic Colors of #BC5FFE
Black with #BC5FFE
Text Example
Text Example
White with #BC5FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5FFE; }
p { color: rgb(188,95,254); }
H1.HeaderClassName
{
color: #BC5FFE;
}
.AnyTagClassName
{
color: #BC5FFE;
}
</style>
background-color css
<style>
a { background-color: #BC5FFE; }
a { background-color: rgb(188,95,254); }
div.DivClassName
{
background-color: #BC5FFE;
}
.BgClassName
{
background-color: #BC5FFE;
}
</style>
border-color css
<style>
span { border-color: #BC5FFE; }
span { border-color: rgb(188,95,254); }
td.TdClassName
{
border-color: #BC5FFE;
}
.TagClassName
{
border-color: #BC5FFE;
}
</style>