Shades of Heliotrope #BA7EFC
Tints of Heliotrope #BA7EFC
RGB
CMYK
RGB Variations
Color information
#BA7EFC (or 0xBA7EFC) is known color: Heliotrope. HEX triplet: BA, 7E and FC. RGB value is (186,126,252). Sum of RGB (Red+Green+Blue) = 186+126+252=564 (74% of max value = 765). Red value is 186 (73.05% from 255 or 32.98% from 564); Green value is 126 (49.61% from 255 or 22.34% from 564); Blue value is 252 (98.83% from 255 or 44.68% from 564); Max value from RGB is 252 - color contains mainly: blue. Hex color #BA7EFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA7EFC is #458103. Grayscale: #9D9D9D. Windows color (decimal): -4555012 or 16547514. OLE color: 16547514.
HSL color Cylindrical-coordinate representation of color #BA7EFC: hue angle of 268.57º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BA7EFC is Cyan = 0.26, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 186 | 126 | 252 | - |
| CMYK | 0.26 | 0.5 | 0 | 0.01 |
| HSL | 268.57º | 0.95% | 0.74% | - |
| HSV(B) | 268.57º | 0.5% | 0.99% | - |
| XYZ | 45.28 | 32.39 | 95.96 | - |
| YUV | 158.3 | 180.88 | 147.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 126 | 252 | 0.26 | 0.5 | 0 | 0.01 | 268.57 | 0.95 | 0.74 |
| Hex | BA | 7E | FC | 1A | 32 | 0 | 1 | 10D | 5F | 4A |
| Octal | 272 | 176 | 374 | 32 | 62 | 0 | 1 | 415 | 137 | 112 |
| Binary | 10111010 | 1111110 | 11111100 | 11010 | 110010 | 0 | 1 | 100001101 | 1011111 | 1001010 |
Color Harmonies of #BA7EFC
Complementary color
Monochromatic Colors of #BA7EFC
Black with #BA7EFC
Text Example
Text Example
White with #BA7EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7EFC; }
p { color: rgb(186,126,252); }
H1.HeaderClassName
{
color: #BA7EFC;
}
.AnyTagClassName
{
color: #BA7EFC;
}
</style>
background-color css
<style>
a { background-color: #BA7EFC; }
a { background-color: rgb(186,126,252); }
div.DivClassName
{
background-color: #BA7EFC;
}
.BgClassName
{
background-color: #BA7EFC;
}
</style>
border-color css
<style>
span { border-color: #BA7EFC; }
span { border-color: rgb(186,126,252); }
td.TdClassName
{
border-color: #BA7EFC;
}
.TagClassName
{
border-color: #BA7EFC;
}
</style>