Shades of Heliotrope #BA7EFE
Tints of Heliotrope #BA7EFE
RGB
CMYK
RGB Variations
Color information
#BA7EFE (or 0xBA7EFE) is known color: Heliotrope. HEX triplet: BA, 7E and FE. RGB value is (186,126,254). Sum of RGB (Red+Green+Blue) = 186+126+254=566 (74% of max value = 765). Red value is 186 (73.05% from 255 or 32.86% from 566); Green value is 126 (49.61% from 255 or 22.26% from 566); Blue value is 254 (99.61% from 255 or 44.88% from 566); Max value from RGB is 254 - color contains mainly: blue. Hex color #BA7EFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA7EFE is #458101. Grayscale: #9E9E9E. Windows color (decimal): -4555010 or 16678586. OLE color: 16678586.
HSL color Cylindrical-coordinate representation of color #BA7EFE: hue angle of 268.12º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BA7EFE is Cyan = 0.27, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 186 | 126 | 254 | - |
| CMYK | 0.27 | 0.50 | 0 | 0.00 |
| HSL | 268.13º | 0.98% | 0.75% | - |
| HSV(B) | 268.13º | 0.5% | 1% | - |
| XYZ | 45.6 | 32.52 | 97.64 | - |
| YUV | 158.53 | 181.88 | 147.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 126 | 254 | 0.27 | 0.50 | 0 | 0.00 | 268.13 | 0.98 | 0.75 |
| Hex | BA | 7E | FE | 1B | 32 | 0 | 0 | 10C | 62 | 4B |
| Octal | 272 | 176 | 376 | 33 | 62 | 0 | 0 | 414 | 142 | 113 |
| Binary | 10111010 | 1111110 | 11111110 | 11011 | 110010 | 0 | 0 | 100001100 | 1100010 | 1001011 |
Color Harmonies of #BA7EFE
Complementary color
Monochromatic Colors of #BA7EFE
Black with #BA7EFE
Text Example
Text Example
White with #BA7EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7EFE; }
p { color: rgb(186,126,254); }
H1.HeaderClassName
{
color: #BA7EFE;
}
.AnyTagClassName
{
color: #BA7EFE;
}
</style>
background-color css
<style>
a { background-color: #BA7EFE; }
a { background-color: rgb(186,126,254); }
div.DivClassName
{
background-color: #BA7EFE;
}
.BgClassName
{
background-color: #BA7EFE;
}
</style>
border-color css
<style>
span { border-color: #BA7EFE; }
span { border-color: rgb(186,126,254); }
td.TdClassName
{
border-color: #BA7EFE;
}
.TagClassName
{
border-color: #BA7EFE;
}
</style>