Shades of Heliotrope #BA7EF8
Tints of Heliotrope #BA7EF8
RGB
CMYK
RGB Variations
Color information
#BA7EF8 (or 0xBA7EF8) is known color: Heliotrope. HEX triplet: BA, 7E and F8. RGB value is (186,126,248). Sum of RGB (Red+Green+Blue) = 186+126+248=560 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.21% from 560); Green value is 126 (49.61% from 255 or 22.5% from 560); Blue value is 248 (97.27% from 255 or 44.29% from 560); Max value from RGB is 248 - color contains mainly: blue. Hex color #BA7EF8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA7EF8 is #458107. Grayscale: #9D9D9D. Windows color (decimal): -4555016 or 16285370. OLE color: 16285370.
HSL color Cylindrical-coordinate representation of color #BA7EF8: hue angle of 269.51º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BA7EF8 is Cyan = 0.25, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 186 | 126 | 248 | - |
| CMYK | 0.25 | 0.49 | 0 | 0.03 |
| HSL | 269.51º | 0.9% | 0.73% | - |
| HSV(B) | 269.51º | 0.49% | 0.97% | - |
| XYZ | 44.65 | 32.14 | 92.66 | - |
| YUV | 157.85 | 178.88 | 148.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 126 | 248 | 0.25 | 0.49 | 0 | 0.03 | 269.51 | 0.9 | 0.73 |
| Hex | BA | 7E | F8 | 19 | 31 | 0 | 3 | 10E | 5A | 49 |
| Octal | 272 | 176 | 370 | 31 | 61 | 0 | 3 | 416 | 132 | 111 |
| Binary | 10111010 | 1111110 | 11111000 | 11001 | 110001 | 0 | 11 | 100001110 | 1011010 | 1001001 |
Color Harmonies of #BA7EF8
Complementary color
Monochromatic Colors of #BA7EF8
Black with #BA7EF8
Text Example
Text Example
White with #BA7EF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7EF8; }
p { color: rgb(186,126,248); }
H1.HeaderClassName
{
color: #BA7EF8;
}
.AnyTagClassName
{
color: #BA7EF8;
}
</style>
background-color css
<style>
a { background-color: #BA7EF8; }
a { background-color: rgb(186,126,248); }
div.DivClassName
{
background-color: #BA7EF8;
}
.BgClassName
{
background-color: #BA7EF8;
}
</style>
border-color css
<style>
span { border-color: #BA7EF8; }
span { border-color: rgb(186,126,248); }
td.TdClassName
{
border-color: #BA7EF8;
}
.TagClassName
{
border-color: #BA7EF8;
}
</style>