Shades of Heliotrope #BC5DFE
Tints of Heliotrope #BC5DFE
RGB
CMYK
RGB Variations
Color information
#BC5DFE (or 0xBC5DFE) is known color: Heliotrope. HEX triplet: BC, 5D and FE. RGB value is (188,93,254). Sum of RGB (Red+Green+Blue) = 188+93+254=535 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.14% from 535); Green value is 93 (36.72% from 255 or 17.38% from 535); Blue value is 254 (99.61% from 255 or 47.48% from 535); Max value from RGB is 254 - color contains mainly: blue. Hex color #BC5DFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC5DFE is #43A201. Grayscale: #8B8B8B. Windows color (decimal): -4432386 or 16670140. OLE color: 16670140.
HSL color Cylindrical-coordinate representation of color #BC5DFE: hue angle of 275.4º 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 #BC5DFE is Cyan = 0.26, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 188 | 93 | 254 | - |
| CMYK | 0.26 | 0.63 | 0 | 0.00 |
| HSL | 275.4º | 0.99% | 0.68% | - |
| HSV(B) | 275.4º | 0.63% | 1% | - |
| XYZ | 42.54 | 25.68 | 96.48 | - |
| YUV | 139.76 | 192.47 | 162.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 93 | 254 | 0.26 | 0.63 | 0 | 0.00 | 275.4 | 0.99 | 0.68 |
| Hex | BC | 5D | FE | 1A | 3F | 0 | 0 | 113 | 63 | 44 |
| Octal | 274 | 135 | 376 | 32 | 77 | 0 | 0 | 423 | 143 | 104 |
| Binary | 10111100 | 1011101 | 11111110 | 11010 | 111111 | 0 | 0 | 100010011 | 1100011 | 1000100 |
Color Harmonies of #BC5DFE
Complementary color
Monochromatic Colors of #BC5DFE
Black with #BC5DFE
Text Example
Text Example
White with #BC5DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5DFE; }
p { color: rgb(188,93,254); }
H1.HeaderClassName
{
color: #BC5DFE;
}
.AnyTagClassName
{
color: #BC5DFE;
}
</style>
background-color css
<style>
a { background-color: #BC5DFE; }
a { background-color: rgb(188,93,254); }
div.DivClassName
{
background-color: #BC5DFE;
}
.BgClassName
{
background-color: #BC5DFE;
}
</style>
border-color css
<style>
span { border-color: #BC5DFE; }
span { border-color: rgb(188,93,254); }
td.TdClassName
{
border-color: #BC5DFE;
}
.TagClassName
{
border-color: #BC5DFE;
}
</style>