Shades of Heliotrope #BA6BFB
Tints of Heliotrope #BA6BFB
RGB
CMYK
RGB Variations
Color information
#BA6BFB (or 0xBA6BFB) is known color: Heliotrope. HEX triplet: BA, 6B and FB. RGB value is (186,107,251). Sum of RGB (Red+Green+Blue) = 186+107+251=544 (72% of max value = 765). Red value is 186 (73.05% from 255 or 34.19% from 544); Green value is 107 (42.19% from 255 or 19.67% from 544); Blue value is 251 (98.44% from 255 or 46.14% from 544); Max value from RGB is 251 - color contains mainly: blue. Hex color #BA6BFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA6BFB is #459404. Grayscale: #929292. Windows color (decimal): -4559877 or 16477114. OLE color: 16477114.
HSL color Cylindrical-coordinate representation of color #BA6BFB: hue angle of 272.92º 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 #BA6BFB is Cyan = 0.26, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 186 | 107 | 251 | - |
| CMYK | 0.26 | 0.57 | 0 | 0.02 |
| HSL | 272.92º | 0.95% | 0.7% | - |
| HSV(B) | 272.92º | 0.57% | 0.98% | - |
| XYZ | 42.92 | 27.92 | 94.39 | - |
| YUV | 147.04 | 186.67 | 155.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 107 | 251 | 0.26 | 0.57 | 0 | 0.02 | 272.92 | 0.95 | 0.7 |
| Hex | BA | 6B | FB | 1A | 39 | 0 | 2 | 111 | 5F | 46 |
| Octal | 272 | 153 | 373 | 32 | 71 | 0 | 2 | 421 | 137 | 106 |
| Binary | 10111010 | 1101011 | 11111011 | 11010 | 111001 | 0 | 10 | 100010001 | 1011111 | 1000110 |
Color Harmonies of #BA6BFB
Complementary color
Monochromatic Colors of #BA6BFB
Black with #BA6BFB
Text Example
Text Example
White with #BA6BFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6BFB; }
p { color: rgb(186,107,251); }
H1.HeaderClassName
{
color: #BA6BFB;
}
.AnyTagClassName
{
color: #BA6BFB;
}
</style>
background-color css
<style>
a { background-color: #BA6BFB; }
a { background-color: rgb(186,107,251); }
div.DivClassName
{
background-color: #BA6BFB;
}
.BgClassName
{
background-color: #BA6BFB;
}
</style>
border-color css
<style>
span { border-color: #BA6BFB; }
span { border-color: rgb(186,107,251); }
td.TdClassName
{
border-color: #BA6BFB;
}
.TagClassName
{
border-color: #BA6BFB;
}
</style>