Shades of Heliotrope #BC5BFF
Tints of Heliotrope #BC5BFF
RGB
CMYK
RGB Variations
Color information
#BC5BFF (or 0xBC5BFF) is known color: Heliotrope. HEX triplet: BC, 5B and FF. RGB value is (188,91,255). Sum of RGB (Red+Green+Blue) = 188+91+255=534 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.21% from 534); Green value is 91 (35.94% from 255 or 17.04% from 534); Blue value is 255 (100% from 255 or 47.75% from 534); Max value from RGB is 255 - color contains mainly: blue. Hex color #BC5BFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC5BFF is #43A400. Grayscale: #8A8A8A. Windows color (decimal): -4432897 or 16735164. OLE color: 16735164.
HSL color Cylindrical-coordinate representation of color #BC5BFF: hue angle of 275.49º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BC5BFF is Cyan = 0.26, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 188 | 91 | 255 | - |
| CMYK | 0.26 | 0.64 | 0 | 0 |
| HSL | 275.49º | 1% | 0.68% | - |
| HSV(B) | 275.49º | 0.64% | 1% | - |
| XYZ | 42.53 | 25.39 | 97.27 | - |
| YUV | 138.7 | 193.64 | 163.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 91 | 255 | 0.26 | 0.64 | 0 | 0 | 275.49 | 1 | 0.68 |
| Hex | BC | 5B | FF | 1A | 40 | 0 | 0 | 113 | 64 | 44 |
| Octal | 274 | 133 | 377 | 32 | 100 | 0 | 0 | 423 | 144 | 104 |
| Binary | 10111100 | 1011011 | 11111111 | 11010 | 1000000 | 0 | 0 | 100010011 | 1100100 | 1000100 |
Color Harmonies of #BC5BFF
Complementary color
Monochromatic Colors of #BC5BFF
Black with #BC5BFF
Text Example
Text Example
White with #BC5BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5BFF; }
p { color: rgb(188,91,255); }
H1.HeaderClassName
{
color: #BC5BFF;
}
.AnyTagClassName
{
color: #BC5BFF;
}
</style>
background-color css
<style>
a { background-color: #BC5BFF; }
a { background-color: rgb(188,91,255); }
div.DivClassName
{
background-color: #BC5BFF;
}
.BgClassName
{
background-color: #BC5BFF;
}
</style>
border-color css
<style>
span { border-color: #BC5BFF; }
span { border-color: rgb(188,91,255); }
td.TdClassName
{
border-color: #BC5BFF;
}
.TagClassName
{
border-color: #BC5BFF;
}
</style>