Shades of Heliotrope #BA6EFF
Tints of Heliotrope #BA6EFF
RGB
CMYK
RGB Variations
Color information
#BA6EFF (or 0xBA6EFF) is known color: Heliotrope. HEX triplet: BA, 6E and FF. RGB value is (186,110,255). Sum of RGB (Red+Green+Blue) = 186+110+255=551 (72% of max value = 765). Red value is 186 (73.05% from 255 or 33.76% from 551); Green value is 110 (43.36% from 255 or 19.96% from 551); Blue value is 255 (100% from 255 or 46.28% from 551); Max value from RGB is 255 - color contains mainly: blue. Hex color #BA6EFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA6EFF is #459100. Grayscale: #949494. Windows color (decimal): -4559105 or 16740026. OLE color: 16740026.
HSL color Cylindrical-coordinate representation of color #BA6EFF: hue angle of 271.45º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BA6EFF is Cyan = 0.27, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 186 | 110 | 255 | - |
| CMYK | 0.27 | 0.57 | 0 | 0 |
| HSL | 271.45º | 1% | 0.72% | - |
| HSV(B) | 271.45º | 0.57% | 1% | - |
| XYZ | 43.88 | 28.81 | 97.86 | - |
| YUV | 149.25 | 187.68 | 154.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 110 | 255 | 0.27 | 0.57 | 0 | 0 | 271.45 | 1 | 0.72 |
| Hex | BA | 6E | FF | 1B | 39 | 0 | 0 | 10F | 64 | 48 |
| Octal | 272 | 156 | 377 | 33 | 71 | 0 | 0 | 417 | 144 | 110 |
| Binary | 10111010 | 1101110 | 11111111 | 11011 | 111001 | 0 | 0 | 100001111 | 1100100 | 1001000 |
Color Harmonies of #BA6EFF
Complementary color
Monochromatic Colors of #BA6EFF
Black with #BA6EFF
Text Example
Text Example
White with #BA6EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6EFF; }
p { color: rgb(186,110,255); }
H1.HeaderClassName
{
color: #BA6EFF;
}
.AnyTagClassName
{
color: #BA6EFF;
}
</style>
background-color css
<style>
a { background-color: #BA6EFF; }
a { background-color: rgb(186,110,255); }
div.DivClassName
{
background-color: #BA6EFF;
}
.BgClassName
{
background-color: #BA6EFF;
}
</style>
border-color css
<style>
span { border-color: #BA6EFF; }
span { border-color: rgb(186,110,255); }
td.TdClassName
{
border-color: #BA6EFF;
}
.TagClassName
{
border-color: #BA6EFF;
}
</style>