Shades of Heliotrope #BC5AFE
Tints of Heliotrope #BC5AFE
RGB
CMYK
RGB Variations
Color information
#BC5AFE (or 0xBC5AFE) is known color: Heliotrope. HEX triplet: BC, 5A and FE. RGB value is (188,90,254). Sum of RGB (Red+Green+Blue) = 188+90+254=532 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.34% from 532); Green value is 90 (35.55% from 255 or 16.92% from 532); Blue value is 254 (99.61% from 255 or 47.74% from 532); Max value from RGB is 254 - color contains mainly: blue. Hex color #BC5AFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC5AFE is #43A501. Grayscale: #898989. Windows color (decimal): -4433154 or 16669372. OLE color: 16669372.
HSL color Cylindrical-coordinate representation of color #BC5AFE: hue angle of 275.85º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BC5AFE is Cyan = 0.26, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 188 | 90 | 254 | - |
| CMYK | 0.26 | 0.65 | 0 | 0.00 |
| HSL | 275.85º | 0.99% | 0.67% | - |
| HSV(B) | 275.85º | 0.65% | 1% | - |
| XYZ | 42.28 | 25.16 | 96.39 | - |
| YUV | 138 | 193.47 | 163.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 90 | 254 | 0.26 | 0.65 | 0 | 0.00 | 275.85 | 0.99 | 0.67 |
| Hex | BC | 5A | FE | 1A | 41 | 0 | 0 | 114 | 63 | 43 |
| Octal | 274 | 132 | 376 | 32 | 101 | 0 | 0 | 424 | 143 | 103 |
| Binary | 10111100 | 1011010 | 11111110 | 11010 | 1000001 | 0 | 0 | 100010100 | 1100011 | 1000011 |
Color Harmonies of #BC5AFE
Complementary color
Monochromatic Colors of #BC5AFE
Black with #BC5AFE
Text Example
Text Example
White with #BC5AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5AFE; }
p { color: rgb(188,90,254); }
H1.HeaderClassName
{
color: #BC5AFE;
}
.AnyTagClassName
{
color: #BC5AFE;
}
</style>
background-color css
<style>
a { background-color: #BC5AFE; }
a { background-color: rgb(188,90,254); }
div.DivClassName
{
background-color: #BC5AFE;
}
.BgClassName
{
background-color: #BC5AFE;
}
</style>
border-color css
<style>
span { border-color: #BC5AFE; }
span { border-color: rgb(188,90,254); }
td.TdClassName
{
border-color: #BC5AFE;
}
.TagClassName
{
border-color: #BC5AFE;
}
</style>