Shades of Heliotrope #BA6BFA
Tints of Heliotrope #BA6BFA
RGB
CMYK
RGB Variations
Color information
#BA6BFA (or 0xBA6BFA) is known color: Heliotrope. HEX triplet: BA, 6B and FA. RGB value is (186,107,250). Sum of RGB (Red+Green+Blue) = 186+107+250=543 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.25% from 543); Green value is 107 (42.19% from 255 or 19.71% from 543); Blue value is 250 (98.05% from 255 or 46.04% from 543); Max value from RGB is 250 - color contains mainly: blue. Hex color #BA6BFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA6BFA is #459405. Grayscale: #929292. Windows color (decimal): -4559878 or 16411578. OLE color: 16411578.
HSL color Cylindrical-coordinate representation of color #BA6BFA: hue angle of 273.15º degrees, saturation: 0.93, 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 #BA6BFA is Cyan = 0.26, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 186 | 107 | 250 | - |
| CMYK | 0.26 | 0.57 | 0 | 0.02 |
| HSL | 273.15º | 0.93% | 0.7% | - |
| HSV(B) | 273.15º | 0.57% | 0.98% | - |
| XYZ | 42.76 | 27.86 | 93.57 | - |
| YUV | 146.92 | 186.17 | 155.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 107 | 250 | 0.26 | 0.57 | 0 | 0.02 | 273.15 | 0.93 | 0.7 |
| Hex | BA | 6B | FA | 1A | 39 | 0 | 2 | 111 | 5D | 46 |
| Octal | 272 | 153 | 372 | 32 | 71 | 0 | 2 | 421 | 135 | 106 |
| Binary | 10111010 | 1101011 | 11111010 | 11010 | 111001 | 0 | 10 | 100010001 | 1011101 | 1000110 |
Color Harmonies of #BA6BFA
Complementary color
Monochromatic Colors of #BA6BFA
Black with #BA6BFA
Text Example
Text Example
White with #BA6BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6BFA; }
p { color: rgb(186,107,250); }
H1.HeaderClassName
{
color: #BA6BFA;
}
.AnyTagClassName
{
color: #BA6BFA;
}
</style>
background-color css
<style>
a { background-color: #BA6BFA; }
a { background-color: rgb(186,107,250); }
div.DivClassName
{
background-color: #BA6BFA;
}
.BgClassName
{
background-color: #BA6BFA;
}
</style>
border-color css
<style>
span { border-color: #BA6BFA; }
span { border-color: rgb(186,107,250); }
td.TdClassName
{
border-color: #BA6BFA;
}
.TagClassName
{
border-color: #BA6BFA;
}
</style>