Shades of Heliotrope #BA6AF6
Tints of Heliotrope #BA6AF6
RGB
CMYK
RGB Variations
Color information
#BA6AF6 (or 0xBA6AF6) is known color: Heliotrope. HEX triplet: BA, 6A and F6. RGB value is (186,106,246). Sum of RGB (Red+Green+Blue) = 186+106+246=538 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.57% from 538); Green value is 106 (41.80% from 255 or 19.70% from 538); Blue value is 246 (96.48% from 255 or 45.72% from 538); Max value from RGB is 246 - color contains mainly: blue. Hex color #BA6AF6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA6AF6 is #459509. Grayscale: #919191. Windows color (decimal): -4560138 or 16149178. OLE color: 16149178.
HSL color Cylindrical-coordinate representation of color #BA6AF6: hue angle of 274.29º degrees, saturation: 0.89, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BA6AF6 is Cyan = 0.24, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 186 | 106 | 246 | - |
| CMYK | 0.24 | 0.57 | 0 | 0.04 |
| HSL | 274.29º | 0.89% | 0.69% | - |
| HSV(B) | 274.29º | 0.57% | 0.96% | - |
| XYZ | 42.04 | 27.4 | 90.26 | - |
| YUV | 145.88 | 184.5 | 156.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 106 | 246 | 0.24 | 0.57 | 0 | 0.04 | 274.29 | 0.89 | 0.69 |
| Hex | BA | 6A | F6 | 18 | 39 | 0 | 4 | 112 | 59 | 45 |
| Octal | 272 | 152 | 366 | 30 | 71 | 0 | 4 | 422 | 131 | 105 |
| Binary | 10111010 | 1101010 | 11110110 | 11000 | 111001 | 0 | 100 | 100010010 | 1011001 | 1000101 |
Color Harmonies of #BA6AF6
Complementary color
Monochromatic Colors of #BA6AF6
Black with #BA6AF6
Text Example
Text Example
White with #BA6AF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6AF6; }
p { color: rgb(186,106,246); }
H1.HeaderClassName
{
color: #BA6AF6;
}
.AnyTagClassName
{
color: #BA6AF6;
}
</style>
background-color css
<style>
a { background-color: #BA6AF6; }
a { background-color: rgb(186,106,246); }
div.DivClassName
{
background-color: #BA6AF6;
}
.BgClassName
{
background-color: #BA6AF6;
}
</style>
border-color css
<style>
span { border-color: #BA6AF6; }
span { border-color: rgb(186,106,246); }
td.TdClassName
{
border-color: #BA6AF6;
}
.TagClassName
{
border-color: #BA6AF6;
}
</style>