Shades of Heliotrope #BA7EFB
Tints of Heliotrope #BA7EFB
RGB
CMYK
RGB Variations
Color information
#BA7EFB (or 0xBA7EFB) is known color: Heliotrope. HEX triplet: BA, 7E and FB. RGB value is (186,126,251). Sum of RGB (Red+Green+Blue) = 186+126+251=563 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.04% from 563); Green value is 126 (49.61% from 255 or 22.38% from 563); Blue value is 251 (98.44% from 255 or 44.58% from 563); Max value from RGB is 251 - color contains mainly: blue. Hex color #BA7EFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA7EFB is #458104. Grayscale: #9D9D9D. Windows color (decimal): -4555013 or 16481978. OLE color: 16481978.
HSL color Cylindrical-coordinate representation of color #BA7EFB: hue angle of 268.8º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BA7EFB is Cyan = 0.26, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 186 | 126 | 251 | - |
| CMYK | 0.26 | 0.50 | 0 | 0.02 |
| HSL | 268.8º | 0.94% | 0.74% | - |
| HSV(B) | 268.8º | 0.5% | 0.98% | - |
| XYZ | 45.12 | 32.33 | 95.13 | - |
| YUV | 158.19 | 180.38 | 147.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 126 | 251 | 0.26 | 0.50 | 0 | 0.02 | 268.8 | 0.94 | 0.74 |
| Hex | BA | 7E | FB | 1A | 32 | 0 | 2 | 10D | 5E | 4A |
| Octal | 272 | 176 | 373 | 32 | 62 | 0 | 2 | 415 | 136 | 112 |
| Binary | 10111010 | 1111110 | 11111011 | 11010 | 110010 | 0 | 10 | 100001101 | 1011110 | 1001010 |
Color Harmonies of #BA7EFB
Complementary color
Monochromatic Colors of #BA7EFB
Black with #BA7EFB
Text Example
Text Example
White with #BA7EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7EFB; }
p { color: rgb(186,126,251); }
H1.HeaderClassName
{
color: #BA7EFB;
}
.AnyTagClassName
{
color: #BA7EFB;
}
</style>
background-color css
<style>
a { background-color: #BA7EFB; }
a { background-color: rgb(186,126,251); }
div.DivClassName
{
background-color: #BA7EFB;
}
.BgClassName
{
background-color: #BA7EFB;
}
</style>
border-color css
<style>
span { border-color: #BA7EFB; }
span { border-color: rgb(186,126,251); }
td.TdClassName
{
border-color: #BA7EFB;
}
.TagClassName
{
border-color: #BA7EFB;
}
</style>