Shades of Heliotrope #BC6BFB
Tints of Heliotrope #BC6BFB
RGB
CMYK
RGB Variations
Color information
#BC6BFB (or 0xBC6BFB) is known color: Heliotrope. HEX triplet: BC, 6B and FB. RGB value is (188,107,251). Sum of RGB (Red+Green+Blue) = 188+107+251=546 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.43% from 546); Green value is 107 (42.19% from 255 or 19.60% from 546); Blue value is 251 (98.44% from 255 or 45.97% from 546); Max value from RGB is 251 - color contains mainly: blue. Hex color #BC6BFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC6BFB is #439404. Grayscale: #939393. Windows color (decimal): -4428805 or 16477116. OLE color: 16477116.
HSL color Cylindrical-coordinate representation of color #BC6BFB: hue angle of 273.75º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BC6BFB is Cyan = 0.25, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 188 | 107 | 251 | - |
| CMYK | 0.25 | 0.57 | 0 | 0.02 |
| HSL | 273.75º | 0.95% | 0.7% | - |
| HSV(B) | 273.75º | 0.57% | 0.98% | - |
| XYZ | 43.41 | 28.17 | 94.42 | - |
| YUV | 147.64 | 186.34 | 156.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 107 | 251 | 0.25 | 0.57 | 0 | 0.02 | 273.75 | 0.95 | 0.7 |
| Hex | BC | 6B | FB | 19 | 39 | 0 | 2 | 112 | 5F | 46 |
| Octal | 274 | 153 | 373 | 31 | 71 | 0 | 2 | 422 | 137 | 106 |
| Binary | 10111100 | 1101011 | 11111011 | 11001 | 111001 | 0 | 10 | 100010010 | 1011111 | 1000110 |
Color Harmonies of #BC6BFB
Complementary color
Monochromatic Colors of #BC6BFB
Black with #BC6BFB
Text Example
Text Example
White with #BC6BFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6BFB; }
p { color: rgb(188,107,251); }
H1.HeaderClassName
{
color: #BC6BFB;
}
.AnyTagClassName
{
color: #BC6BFB;
}
</style>
background-color css
<style>
a { background-color: #BC6BFB; }
a { background-color: rgb(188,107,251); }
div.DivClassName
{
background-color: #BC6BFB;
}
.BgClassName
{
background-color: #BC6BFB;
}
</style>
border-color css
<style>
span { border-color: #BC6BFB; }
span { border-color: rgb(188,107,251); }
td.TdClassName
{
border-color: #BC6BFB;
}
.TagClassName
{
border-color: #BC6BFB;
}
</style>