Shades of Heliotrope #BA6DF6
Tints of Heliotrope #BA6DF6
RGB
CMYK
RGB Variations
Color information
#BA6DF6 (or 0xBA6DF6) is known color: Heliotrope. HEX triplet: BA, 6D and F6. RGB value is (186,109,246). Sum of RGB (Red+Green+Blue) = 186+109+246=541 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.38% from 541); Green value is 109 (42.97% from 255 or 20.15% from 541); Blue value is 246 (96.48% from 255 or 45.47% from 541); Max value from RGB is 246 - color contains mainly: blue. Hex color #BA6DF6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA6DF6 is #459209. Grayscale: #939393. Windows color (decimal): -4559370 or 16149946. OLE color: 16149946.
HSL color Cylindrical-coordinate representation of color #BA6DF6: hue angle of 273.72º degrees, saturation: 0.88, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BA6DF6 is Cyan = 0.24, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 186 | 109 | 246 | - |
| CMYK | 0.24 | 0.56 | 0 | 0.04 |
| HSL | 273.72º | 0.88% | 0.7% | - |
| HSV(B) | 273.72º | 0.56% | 0.96% | - |
| XYZ | 42.35 | 28.03 | 90.37 | - |
| YUV | 147.64 | 183.51 | 155.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 109 | 246 | 0.24 | 0.56 | 0 | 0.04 | 273.72 | 0.88 | 0.7 |
| Hex | BA | 6D | F6 | 18 | 38 | 0 | 4 | 112 | 58 | 46 |
| Octal | 272 | 155 | 366 | 30 | 70 | 0 | 4 | 422 | 130 | 106 |
| Binary | 10111010 | 1101101 | 11110110 | 11000 | 111000 | 0 | 100 | 100010010 | 1011000 | 1000110 |
Color Harmonies of #BA6DF6
Complementary color
Monochromatic Colors of #BA6DF6
Black with #BA6DF6
Text Example
Text Example
White with #BA6DF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6DF6; }
p { color: rgb(186,109,246); }
H1.HeaderClassName
{
color: #BA6DF6;
}
.AnyTagClassName
{
color: #BA6DF6;
}
</style>
background-color css
<style>
a { background-color: #BA6DF6; }
a { background-color: rgb(186,109,246); }
div.DivClassName
{
background-color: #BA6DF6;
}
.BgClassName
{
background-color: #BA6DF6;
}
</style>
border-color css
<style>
span { border-color: #BA6DF6; }
span { border-color: rgb(186,109,246); }
td.TdClassName
{
border-color: #BA6DF6;
}
.TagClassName
{
border-color: #BA6DF6;
}
</style>