Shades of Heliotrope #BC59FF
Tints of Heliotrope #BC59FF
RGB
CMYK
RGB Variations
Color information
#BC59FF (or 0xBC59FF) is known color: Heliotrope. HEX triplet: BC, 59 and FF. RGB value is (188,89,255). Sum of RGB (Red+Green+Blue) = 188+89+255=532 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.34% from 532); Green value is 89 (35.16% from 255 or 16.73% from 532); Blue value is 255 (100% from 255 or 47.93% from 532); Max value from RGB is 255 - color contains mainly: blue. Hex color #BC59FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC59FF is #43A600. Grayscale: #888888. Windows color (decimal): -4433409 or 16734652. OLE color: 16734652.
HSL color Cylindrical-coordinate representation of color #BC59FF: hue angle of 275.78º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BC59FF is Cyan = 0.26, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 188 | 89 | 255 | - |
| CMYK | 0.26 | 0.65 | 0 | 0 |
| HSL | 275.78º | 1% | 0.67% | - |
| HSV(B) | 275.78º | 0.65% | 1% | - |
| XYZ | 42.36 | 25.06 | 97.21 | - |
| YUV | 137.53 | 194.3 | 164 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 89 | 255 | 0.26 | 0.65 | 0 | 0 | 275.78 | 1 | 0.67 |
| Hex | BC | 59 | FF | 1A | 41 | 0 | 0 | 114 | 64 | 43 |
| Octal | 274 | 131 | 377 | 32 | 101 | 0 | 0 | 424 | 144 | 103 |
| Binary | 10111100 | 1011001 | 11111111 | 11010 | 1000001 | 0 | 0 | 100010100 | 1100100 | 1000011 |
Color Harmonies of #BC59FF
Complementary color
Monochromatic Colors of #BC59FF
Black with #BC59FF
Text Example
Text Example
White with #BC59FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC59FF; }
p { color: rgb(188,89,255); }
H1.HeaderClassName
{
color: #BC59FF;
}
.AnyTagClassName
{
color: #BC59FF;
}
</style>
background-color css
<style>
a { background-color: #BC59FF; }
a { background-color: rgb(188,89,255); }
div.DivClassName
{
background-color: #BC59FF;
}
.BgClassName
{
background-color: #BC59FF;
}
</style>
border-color css
<style>
span { border-color: #BC59FF; }
span { border-color: rgb(188,89,255); }
td.TdClassName
{
border-color: #BC59FF;
}
.TagClassName
{
border-color: #BC59FF;
}
</style>