Shades of Heliotrope #BA7EF7
Tints of Heliotrope #BA7EF7
RGB
CMYK
RGB Variations
Color information
#BA7EF7 (or 0xBA7EF7) is known color: Heliotrope. HEX triplet: BA, 7E and F7. RGB value is (186,126,247). Sum of RGB (Red+Green+Blue) = 186+126+247=559 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.27% from 559); Green value is 126 (49.61% from 255 or 22.54% from 559); Blue value is 247 (96.88% from 255 or 44.19% from 559); Max value from RGB is 247 - color contains mainly: blue. Hex color #BA7EF7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA7EF7 is #458108. Grayscale: #9D9D9D. Windows color (decimal): -4555017 or 16219834. OLE color: 16219834.
HSL color Cylindrical-coordinate representation of color #BA7EF7: hue angle of 269.75º degrees, saturation: 0.88, 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 #BA7EF7 is Cyan = 0.25, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 186 | 126 | 247 | - |
| CMYK | 0.25 | 0.49 | 0 | 0.03 |
| HSL | 269.75º | 0.88% | 0.73% | - |
| HSV(B) | 269.75º | 0.49% | 0.97% | - |
| XYZ | 44.5 | 32.08 | 91.84 | - |
| YUV | 157.73 | 178.38 | 148.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 126 | 247 | 0.25 | 0.49 | 0 | 0.03 | 269.75 | 0.88 | 0.73 |
| Hex | BA | 7E | F7 | 19 | 31 | 0 | 3 | 10E | 58 | 49 |
| Octal | 272 | 176 | 367 | 31 | 61 | 0 | 3 | 416 | 130 | 111 |
| Binary | 10111010 | 1111110 | 11110111 | 11001 | 110001 | 0 | 11 | 100001110 | 1011000 | 1001001 |
Color Harmonies of #BA7EF7
Complementary color
Monochromatic Colors of #BA7EF7
Black with #BA7EF7
Text Example
Text Example
White with #BA7EF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7EF7; }
p { color: rgb(186,126,247); }
H1.HeaderClassName
{
color: #BA7EF7;
}
.AnyTagClassName
{
color: #BA7EF7;
}
</style>
background-color css
<style>
a { background-color: #BA7EF7; }
a { background-color: rgb(186,126,247); }
div.DivClassName
{
background-color: #BA7EF7;
}
.BgClassName
{
background-color: #BA7EF7;
}
</style>
border-color css
<style>
span { border-color: #BA7EF7; }
span { border-color: rgb(186,126,247); }
td.TdClassName
{
border-color: #BA7EF7;
}
.TagClassName
{
border-color: #BA7EF7;
}
</style>