Shades of Heliotrope #BC5FFB
Tints of Heliotrope #BC5FFB
RGB
CMYK
RGB Variations
Color information
#BC5FFB (or 0xBC5FFB) is known color: Heliotrope. HEX triplet: BC, 5F and FB. RGB value is (188,95,251). Sum of RGB (Red+Green+Blue) = 188+95+251=534 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.21% from 534); Green value is 95 (37.5% from 255 or 17.79% from 534); Blue value is 251 (98.44% from 255 or 47.00% from 534); Max value from RGB is 251 - color contains mainly: blue. Hex color #BC5FFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC5FFB is #43A004. Grayscale: #8C8C8C. Windows color (decimal): -4431877 or 16474044. OLE color: 16474044.
HSL color Cylindrical-coordinate representation of color #BC5FFB: hue angle of 275.77º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BC5FFB is Cyan = 0.25, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 188 | 95 | 251 | - |
| CMYK | 0.25 | 0.62 | 0 | 0.02 |
| HSL | 275.77º | 0.95% | 0.68% | - |
| HSV(B) | 275.77º | 0.62% | 0.98% | - |
| XYZ | 42.24 | 25.84 | 94.03 | - |
| YUV | 140.59 | 190.31 | 161.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 95 | 251 | 0.25 | 0.62 | 0 | 0.02 | 275.77 | 0.95 | 0.68 |
| Hex | BC | 5F | FB | 19 | 3E | 0 | 2 | 114 | 5F | 44 |
| Octal | 274 | 137 | 373 | 31 | 76 | 0 | 2 | 424 | 137 | 104 |
| Binary | 10111100 | 1011111 | 11111011 | 11001 | 111110 | 0 | 10 | 100010100 | 1011111 | 1000100 |
Color Harmonies of #BC5FFB
Complementary color
Monochromatic Colors of #BC5FFB
Black with #BC5FFB
Text Example
Text Example
White with #BC5FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5FFB; }
p { color: rgb(188,95,251); }
H1.HeaderClassName
{
color: #BC5FFB;
}
.AnyTagClassName
{
color: #BC5FFB;
}
</style>
background-color css
<style>
a { background-color: #BC5FFB; }
a { background-color: rgb(188,95,251); }
div.DivClassName
{
background-color: #BC5FFB;
}
.BgClassName
{
background-color: #BC5FFB;
}
</style>
border-color css
<style>
span { border-color: #BC5FFB; }
span { border-color: rgb(188,95,251); }
td.TdClassName
{
border-color: #BC5FFB;
}
.TagClassName
{
border-color: #BC5FFB;
}
</style>