Shades of Heliotrope #BA7DFA
Tints of Heliotrope #BA7DFA
RGB
CMYK
RGB Variations
Color information
#BA7DFA (or 0xBA7DFA) is known color: Heliotrope. HEX triplet: BA, 7D and FA. RGB value is (186,125,250). Sum of RGB (Red+Green+Blue) = 186+125+250=561 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.16% from 561); Green value is 125 (49.22% from 255 or 22.28% from 561); Blue value is 250 (98.05% from 255 or 44.56% from 561); Max value from RGB is 250 - color contains mainly: blue. Hex color #BA7DFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA7DFA is #458205. Grayscale: #9D9D9D. Windows color (decimal): -4555270 or 16416186. OLE color: 16416186.
HSL color Cylindrical-coordinate representation of color #BA7DFA: hue angle of 269.28º degrees, saturation: 0.93, 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 #BA7DFA is Cyan = 0.26, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 186 | 125 | 250 | - |
| CMYK | 0.26 | 0.50 | 0 | 0.02 |
| HSL | 269.28º | 0.93% | 0.74% | - |
| HSV(B) | 269.28º | 0.5% | 0.98% | - |
| XYZ | 44.84 | 32.01 | 94.26 | - |
| YUV | 157.49 | 180.21 | 148.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 125 | 250 | 0.26 | 0.50 | 0 | 0.02 | 269.28 | 0.93 | 0.74 |
| Hex | BA | 7D | FA | 1A | 32 | 0 | 2 | 10D | 5D | 4A |
| Octal | 272 | 175 | 372 | 32 | 62 | 0 | 2 | 415 | 135 | 112 |
| Binary | 10111010 | 1111101 | 11111010 | 11010 | 110010 | 0 | 10 | 100001101 | 1011101 | 1001010 |
Color Harmonies of #BA7DFA
Complementary color
Monochromatic Colors of #BA7DFA
Black with #BA7DFA
Text Example
Text Example
White with #BA7DFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7DFA; }
p { color: rgb(186,125,250); }
H1.HeaderClassName
{
color: #BA7DFA;
}
.AnyTagClassName
{
color: #BA7DFA;
}
</style>
background-color css
<style>
a { background-color: #BA7DFA; }
a { background-color: rgb(186,125,250); }
div.DivClassName
{
background-color: #BA7DFA;
}
.BgClassName
{
background-color: #BA7DFA;
}
</style>
border-color css
<style>
span { border-color: #BA7DFA; }
span { border-color: rgb(186,125,250); }
td.TdClassName
{
border-color: #BA7DFA;
}
.TagClassName
{
border-color: #BA7DFA;
}
</style>