Shades of Heliotrope #BA6DF7
Tints of Heliotrope #BA6DF7
RGB
CMYK
RGB Variations
Color information
#BA6DF7 (or 0xBA6DF7) is known color: Heliotrope. HEX triplet: BA, 6D and F7. RGB value is (186,109,247). Sum of RGB (Red+Green+Blue) = 186+109+247=542 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.32% from 542); Green value is 109 (42.97% from 255 or 20.11% from 542); Blue value is 247 (96.88% from 255 or 45.57% from 542); Max value from RGB is 247 - color contains mainly: blue. Hex color #BA6DF7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA6DF7 is #459208. Grayscale: #939393. Windows color (decimal): -4559369 or 16215482. OLE color: 16215482.
HSL color Cylindrical-coordinate representation of color #BA6DF7: hue angle of 273.48º degrees, saturation: 0.9, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BA6DF7 is Cyan = 0.25, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 186 | 109 | 247 | - |
| CMYK | 0.25 | 0.56 | 0 | 0.03 |
| HSL | 273.48º | 0.9% | 0.7% | - |
| HSV(B) | 273.48º | 0.56% | 0.97% | - |
| XYZ | 42.51 | 28.09 | 91.18 | - |
| YUV | 147.76 | 184.01 | 155.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 109 | 247 | 0.25 | 0.56 | 0 | 0.03 | 273.48 | 0.9 | 0.7 |
| Hex | BA | 6D | F7 | 19 | 38 | 0 | 3 | 111 | 5A | 46 |
| Octal | 272 | 155 | 367 | 31 | 70 | 0 | 3 | 421 | 132 | 106 |
| Binary | 10111010 | 1101101 | 11110111 | 11001 | 111000 | 0 | 11 | 100010001 | 1011010 | 1000110 |
Color Harmonies of #BA6DF7
Complementary color
Monochromatic Colors of #BA6DF7
Black with #BA6DF7
Text Example
Text Example
White with #BA6DF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6DF7; }
p { color: rgb(186,109,247); }
H1.HeaderClassName
{
color: #BA6DF7;
}
.AnyTagClassName
{
color: #BA6DF7;
}
</style>
background-color css
<style>
a { background-color: #BA6DF7; }
a { background-color: rgb(186,109,247); }
div.DivClassName
{
background-color: #BA6DF7;
}
.BgClassName
{
background-color: #BA6DF7;
}
</style>
border-color css
<style>
span { border-color: #BA6DF7; }
span { border-color: rgb(186,109,247); }
td.TdClassName
{
border-color: #BA6DF7;
}
.TagClassName
{
border-color: #BA6DF7;
}
</style>