Shades of Heliotrope #BC5DFB
Tints of Heliotrope #BC5DFB
RGB
CMYK
RGB Variations
Color information
#BC5DFB (or 0xBC5DFB) is known color: Heliotrope. HEX triplet: BC, 5D and FB. RGB value is (188,93,251). Sum of RGB (Red+Green+Blue) = 188+93+251=532 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.34% from 532); Green value is 93 (36.72% from 255 or 17.48% from 532); Blue value is 251 (98.44% from 255 or 47.18% from 532); Max value from RGB is 251 - color contains mainly: blue. Hex color #BC5DFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC5DFB is #43A204. Grayscale: #8A8A8A. Windows color (decimal): -4432389 or 16473532. OLE color: 16473532.
HSL color Cylindrical-coordinate representation of color #BC5DFB: hue angle of 276.08º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BC5DFB is Cyan = 0.25, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 188 | 93 | 251 | - |
| CMYK | 0.25 | 0.63 | 0 | 0.02 |
| HSL | 276.08º | 0.95% | 0.67% | - |
| HSV(B) | 276.08º | 0.63% | 0.98% | - |
| XYZ | 42.07 | 25.49 | 93.97 | - |
| YUV | 139.42 | 190.97 | 162.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 93 | 251 | 0.25 | 0.63 | 0 | 0.02 | 276.08 | 0.95 | 0.67 |
| Hex | BC | 5D | FB | 19 | 3F | 0 | 2 | 114 | 5F | 43 |
| Octal | 274 | 135 | 373 | 31 | 77 | 0 | 2 | 424 | 137 | 103 |
| Binary | 10111100 | 1011101 | 11111011 | 11001 | 111111 | 0 | 10 | 100010100 | 1011111 | 1000011 |
Color Harmonies of #BC5DFB
Complementary color
Monochromatic Colors of #BC5DFB
Black with #BC5DFB
Text Example
Text Example
White with #BC5DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5DFB; }
p { color: rgb(188,93,251); }
H1.HeaderClassName
{
color: #BC5DFB;
}
.AnyTagClassName
{
color: #BC5DFB;
}
</style>
background-color css
<style>
a { background-color: #BC5DFB; }
a { background-color: rgb(188,93,251); }
div.DivClassName
{
background-color: #BC5DFB;
}
.BgClassName
{
background-color: #BC5DFB;
}
</style>
border-color css
<style>
span { border-color: #BC5DFB; }
span { border-color: rgb(188,93,251); }
td.TdClassName
{
border-color: #BC5DFB;
}
.TagClassName
{
border-color: #BC5DFB;
}
</style>