Shades of Heliotrope #BA6AF4
Tints of Heliotrope #BA6AF4
RGB
CMYK
RGB Variations
Color information
#BA6AF4 (or 0xBA6AF4) is known color: Heliotrope. HEX triplet: BA, 6A and F4. RGB value is (186,106,244). Sum of RGB (Red+Green+Blue) = 186+106+244=536 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.70% from 536); Green value is 106 (41.80% from 255 or 19.78% from 536); Blue value is 244 (95.70% from 255 or 45.52% from 536); Max value from RGB is 244 - color contains mainly: blue. Hex color #BA6AF4 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA6AF4 is #45950B. Grayscale: #919191. Windows color (decimal): -4560140 or 16018106. OLE color: 16018106.
HSL color Cylindrical-coordinate representation of color #BA6AF4: hue angle of 274.78º degrees, saturation: 0.86, 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 #BA6AF4 is Cyan = 0.24, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 186 | 106 | 244 | - |
| CMYK | 0.24 | 0.57 | 0 | 0.04 |
| HSL | 274.78º | 0.86% | 0.69% | - |
| HSV(B) | 274.78º | 0.57% | 0.96% | - |
| XYZ | 41.73 | 27.28 | 88.65 | - |
| YUV | 145.65 | 183.5 | 156.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 106 | 244 | 0.24 | 0.57 | 0 | 0.04 | 274.78 | 0.86 | 0.69 |
| Hex | BA | 6A | F4 | 18 | 39 | 0 | 4 | 113 | 56 | 45 |
| Octal | 272 | 152 | 364 | 30 | 71 | 0 | 4 | 423 | 126 | 105 |
| Binary | 10111010 | 1101010 | 11110100 | 11000 | 111001 | 0 | 100 | 100010011 | 1010110 | 1000101 |
Color Harmonies of #BA6AF4
Complementary color
Monochromatic Colors of #BA6AF4
Black with #BA6AF4
Text Example
Text Example
White with #BA6AF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6AF4; }
p { color: rgb(186,106,244); }
H1.HeaderClassName
{
color: #BA6AF4;
}
.AnyTagClassName
{
color: #BA6AF4;
}
</style>
background-color css
<style>
a { background-color: #BA6AF4; }
a { background-color: rgb(186,106,244); }
div.DivClassName
{
background-color: #BA6AF4;
}
.BgClassName
{
background-color: #BA6AF4;
}
</style>
border-color css
<style>
span { border-color: #BA6AF4; }
span { border-color: rgb(186,106,244); }
td.TdClassName
{
border-color: #BA6AF4;
}
.TagClassName
{
border-color: #BA6AF4;
}
</style>