Shades of Heliotrope #BC5BFE
Tints of Heliotrope #BC5BFE
RGB
CMYK
RGB Variations
Color information
#BC5BFE (or 0xBC5BFE) is known color: Heliotrope. HEX triplet: BC, 5B and FE. RGB value is (188,91,254). Sum of RGB (Red+Green+Blue) = 188+91+254=533 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.27% from 533); Green value is 91 (35.94% from 255 or 17.07% from 533); Blue value is 254 (99.61% from 255 or 47.65% from 533); Max value from RGB is 254 - color contains mainly: blue. Hex color #BC5BFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC5BFE is #43A401. Grayscale: #8A8A8A. Windows color (decimal): -4432898 or 16669628. OLE color: 16669628.
HSL color Cylindrical-coordinate representation of color #BC5BFE: hue angle of 275.71º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BC5BFE is Cyan = 0.26, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 188 | 91 | 254 | - |
| CMYK | 0.26 | 0.64 | 0 | 0.00 |
| HSL | 275.71º | 0.99% | 0.68% | - |
| HSV(B) | 275.71º | 0.64% | 1% | - |
| XYZ | 42.37 | 25.33 | 96.42 | - |
| YUV | 138.59 | 193.14 | 163.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 91 | 254 | 0.26 | 0.64 | 0 | 0.00 | 275.71 | 0.99 | 0.68 |
| Hex | BC | 5B | FE | 1A | 40 | 0 | 0 | 114 | 63 | 44 |
| Octal | 274 | 133 | 376 | 32 | 100 | 0 | 0 | 424 | 143 | 104 |
| Binary | 10111100 | 1011011 | 11111110 | 11010 | 1000000 | 0 | 0 | 100010100 | 1100011 | 1000100 |
Color Harmonies of #BC5BFE
Complementary color
Monochromatic Colors of #BC5BFE
Black with #BC5BFE
Text Example
Text Example
White with #BC5BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5BFE; }
p { color: rgb(188,91,254); }
H1.HeaderClassName
{
color: #BC5BFE;
}
.AnyTagClassName
{
color: #BC5BFE;
}
</style>
background-color css
<style>
a { background-color: #BC5BFE; }
a { background-color: rgb(188,91,254); }
div.DivClassName
{
background-color: #BC5BFE;
}
.BgClassName
{
background-color: #BC5BFE;
}
</style>
border-color css
<style>
span { border-color: #BC5BFE; }
span { border-color: rgb(188,91,254); }
td.TdClassName
{
border-color: #BC5BFE;
}
.TagClassName
{
border-color: #BC5BFE;
}
</style>