Shades of Heliotrope #BA6AFA
Tints of Heliotrope #BA6AFA
RGB
CMYK
RGB Variations
Color information
#BA6AFA (or 0xBA6AFA) is known color: Heliotrope. HEX triplet: BA, 6A and FA. RGB value is (186,106,250). Sum of RGB (Red+Green+Blue) = 186+106+250=542 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.32% from 542); Green value is 106 (41.80% from 255 or 19.56% from 542); Blue value is 250 (98.05% from 255 or 46.13% from 542); Max value from RGB is 250 - color contains mainly: blue. Hex color #BA6AFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA6AFA is #459505. Grayscale: #919191. Windows color (decimal): -4560134 or 16411322. OLE color: 16411322.
HSL color Cylindrical-coordinate representation of color #BA6AFA: hue angle of 273.33º degrees, saturation: 0.94, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BA6AFA is Cyan = 0.26, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 186 | 106 | 250 | - |
| CMYK | 0.26 | 0.58 | 0 | 0.02 |
| HSL | 273.33º | 0.94% | 0.7% | - |
| HSV(B) | 273.33º | 0.58% | 0.98% | - |
| XYZ | 42.66 | 27.65 | 93.53 | - |
| YUV | 146.34 | 186.5 | 156.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 106 | 250 | 0.26 | 0.58 | 0 | 0.02 | 273.33 | 0.94 | 0.7 |
| Hex | BA | 6A | FA | 1A | 3A | 0 | 2 | 111 | 5E | 46 |
| Octal | 272 | 152 | 372 | 32 | 72 | 0 | 2 | 421 | 136 | 106 |
| Binary | 10111010 | 1101010 | 11111010 | 11010 | 111010 | 0 | 10 | 100010001 | 1011110 | 1000110 |
Color Harmonies of #BA6AFA
Complementary color
Monochromatic Colors of #BA6AFA
Black with #BA6AFA
Text Example
Text Example
White with #BA6AFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6AFA; }
p { color: rgb(186,106,250); }
H1.HeaderClassName
{
color: #BA6AFA;
}
.AnyTagClassName
{
color: #BA6AFA;
}
</style>
background-color css
<style>
a { background-color: #BA6AFA; }
a { background-color: rgb(186,106,250); }
div.DivClassName
{
background-color: #BA6AFA;
}
.BgClassName
{
background-color: #BA6AFA;
}
</style>
border-color css
<style>
span { border-color: #BA6AFA; }
span { border-color: rgb(186,106,250); }
td.TdClassName
{
border-color: #BA6AFA;
}
.TagClassName
{
border-color: #BA6AFA;
}
</style>