Shades of Heliotrope #BA7AFA
Tints of Heliotrope #BA7AFA
RGB
CMYK
RGB Variations
Color information
#BA7AFA (or 0xBA7AFA) is known color: Heliotrope. HEX triplet: BA, 7A and FA. RGB value is (186,122,250). Sum of RGB (Red+Green+Blue) = 186+122+250=558 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.33% from 558); Green value is 122 (48.05% from 255 or 21.86% from 558); Blue value is 250 (98.05% from 255 or 44.80% from 558); Max value from RGB is 250 - color contains mainly: blue. Hex color #BA7AFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA7AFA is #458505. Grayscale: #9B9B9B. Windows color (decimal): -4556038 or 16415418. OLE color: 16415418.
HSL color Cylindrical-coordinate representation of color #BA7AFA: hue angle of 270º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BA7AFA is Cyan = 0.26, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 186 | 122 | 250 | - |
| CMYK | 0.26 | 0.51 | 0 | 0.02 |
| HSL | 270º | 0.93% | 0.73% | - |
| HSV(B) | 270º | 0.51% | 0.98% | - |
| XYZ | 44.46 | 31.26 | 94.13 | - |
| YUV | 155.73 | 181.2 | 149.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 122 | 250 | 0.26 | 0.51 | 0 | 0.02 | 270 | 0.93 | 0.73 |
| Hex | BA | 7A | FA | 1A | 33 | 0 | 2 | 10E | 5D | 49 |
| Octal | 272 | 172 | 372 | 32 | 63 | 0 | 2 | 416 | 135 | 111 |
| Binary | 10111010 | 1111010 | 11111010 | 11010 | 110011 | 0 | 10 | 100001110 | 1011101 | 1001001 |
Color Harmonies of #BA7AFA
Complementary color
Monochromatic Colors of #BA7AFA
Black with #BA7AFA
Text Example
Text Example
White with #BA7AFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7AFA; }
p { color: rgb(186,122,250); }
H1.HeaderClassName
{
color: #BA7AFA;
}
.AnyTagClassName
{
color: #BA7AFA;
}
</style>
background-color css
<style>
a { background-color: #BA7AFA; }
a { background-color: rgb(186,122,250); }
div.DivClassName
{
background-color: #BA7AFA;
}
.BgClassName
{
background-color: #BA7AFA;
}
</style>
border-color css
<style>
span { border-color: #BA7AFA; }
span { border-color: rgb(186,122,250); }
td.TdClassName
{
border-color: #BA7AFA;
}
.TagClassName
{
border-color: #BA7AFA;
}
</style>