Shades of Heliotrope #BA7EF9
Tints of Heliotrope #BA7EF9
RGB
CMYK
RGB Variations
Color information
#BA7EF9 (or 0xBA7EF9) is known color: Heliotrope. HEX triplet: BA, 7E and F9. RGB value is (186,126,249). Sum of RGB (Red+Green+Blue) = 186+126+249=561 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.16% from 561); Green value is 126 (49.61% from 255 or 22.46% from 561); Blue value is 249 (97.66% from 255 or 44.39% from 561); Max value from RGB is 249 - color contains mainly: blue. Hex color #BA7EF9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA7EF9 is #458106. Grayscale: #9D9D9D. Windows color (decimal): -4555015 or 16350906. OLE color: 16350906.
HSL color Cylindrical-coordinate representation of color #BA7EF9: hue angle of 269.27º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BA7EF9 is Cyan = 0.25, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 186 | 126 | 249 | - |
| CMYK | 0.25 | 0.49 | 0 | 0.02 |
| HSL | 269.27º | 0.91% | 0.74% | - |
| HSV(B) | 269.27º | 0.49% | 0.98% | - |
| XYZ | 44.81 | 32.2 | 93.48 | - |
| YUV | 157.96 | 179.38 | 148 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 126 | 249 | 0.25 | 0.49 | 0 | 0.02 | 269.27 | 0.91 | 0.74 |
| Hex | BA | 7E | F9 | 19 | 31 | 0 | 2 | 10D | 5B | 4A |
| Octal | 272 | 176 | 371 | 31 | 61 | 0 | 2 | 415 | 133 | 112 |
| Binary | 10111010 | 1111110 | 11111001 | 11001 | 110001 | 0 | 10 | 100001101 | 1011011 | 1001010 |
Color Harmonies of #BA7EF9
Complementary color
Monochromatic Colors of #BA7EF9
Black with #BA7EF9
Text Example
Text Example
White with #BA7EF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7EF9; }
p { color: rgb(186,126,249); }
H1.HeaderClassName
{
color: #BA7EF9;
}
.AnyTagClassName
{
color: #BA7EF9;
}
</style>
background-color css
<style>
a { background-color: #BA7EF9; }
a { background-color: rgb(186,126,249); }
div.DivClassName
{
background-color: #BA7EF9;
}
.BgClassName
{
background-color: #BA7EF9;
}
</style>
border-color css
<style>
span { border-color: #BA7EF9; }
span { border-color: rgb(186,126,249); }
td.TdClassName
{
border-color: #BA7EF9;
}
.TagClassName
{
border-color: #BA7EF9;
}
</style>