Shades of Heliotrope #BA6DFB
Tints of Heliotrope #BA6DFB
RGB
CMYK
RGB Variations
Color information
#BA6DFB (or 0xBA6DFB) is known color: Heliotrope. HEX triplet: BA, 6D and FB. RGB value is (186,109,251). Sum of RGB (Red+Green+Blue) = 186+109+251=546 (72% of max value = 765). Red value is 186 (73.05% from 255 or 34.07% from 546); Green value is 109 (42.97% from 255 or 19.96% 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 #BA6DFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA6DFB is #459204. Grayscale: #939393. Windows color (decimal): -4559365 or 16477626. OLE color: 16477626.
HSL color Cylindrical-coordinate representation of color #BA6DFB: hue angle of 272.54º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BA6DFB is Cyan = 0.26, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 186 | 109 | 251 | - |
| CMYK | 0.26 | 0.57 | 0 | 0.02 |
| HSL | 272.54º | 0.95% | 0.71% | - |
| HSV(B) | 272.54º | 0.57% | 0.98% | - |
| XYZ | 43.13 | 28.34 | 94.46 | - |
| YUV | 148.21 | 186.01 | 154.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 109 | 251 | 0.26 | 0.57 | 0 | 0.02 | 272.54 | 0.95 | 0.71 |
| Hex | BA | 6D | FB | 1A | 39 | 0 | 2 | 111 | 5F | 47 |
| Octal | 272 | 155 | 373 | 32 | 71 | 0 | 2 | 421 | 137 | 107 |
| Binary | 10111010 | 1101101 | 11111011 | 11010 | 111001 | 0 | 10 | 100010001 | 1011111 | 1000111 |
Color Harmonies of #BA6DFB
Complementary color
Monochromatic Colors of #BA6DFB
Black with #BA6DFB
Text Example
Text Example
White with #BA6DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6DFB; }
p { color: rgb(186,109,251); }
H1.HeaderClassName
{
color: #BA6DFB;
}
.AnyTagClassName
{
color: #BA6DFB;
}
</style>
background-color css
<style>
a { background-color: #BA6DFB; }
a { background-color: rgb(186,109,251); }
div.DivClassName
{
background-color: #BA6DFB;
}
.BgClassName
{
background-color: #BA6DFB;
}
</style>
border-color css
<style>
span { border-color: #BA6DFB; }
span { border-color: rgb(186,109,251); }
td.TdClassName
{
border-color: #BA6DFB;
}
.TagClassName
{
border-color: #BA6DFB;
}
</style>