Shades of Heliotrope #BA7AF2
Tints of Heliotrope #BA7AF2
RGB
CMYK
RGB Variations
Color information
#BA7AF2 (or 0xBA7AF2) is known color: Heliotrope. HEX triplet: BA, 7A and F2. RGB value is (186,122,242). Sum of RGB (Red+Green+Blue) = 186+122+242=550 (72% of max value = 765). Red value is 186 (73.05% from 255 or 33.82% from 550); Green value is 122 (48.05% from 255 or 22.18% from 550); Blue value is 242 (94.92% from 255 or 44% from 550); Max value from RGB is 242 - color contains mainly: blue. Hex color #BA7AF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA7AF2 is #45850D. Grayscale: #9A9A9A. Windows color (decimal): -4556046 or 15891130. OLE color: 15891130.
HSL color Cylindrical-coordinate representation of color #BA7AF2: hue angle of 272º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BA7AF2 is Cyan = 0.23, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 186 | 122 | 242 | - |
| CMYK | 0.23 | 0.50 | 0 | 0.05 |
| HSL | 272º | 0.82% | 0.71% | - |
| HSV(B) | 272º | 0.5% | 0.95% | - |
| XYZ | 43.24 | 30.77 | 87.66 | - |
| YUV | 154.82 | 177.2 | 150.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 122 | 242 | 0.23 | 0.50 | 0 | 0.05 | 272 | 0.82 | 0.71 |
| Hex | BA | 7A | F2 | 17 | 32 | 0 | 5 | 110 | 52 | 47 |
| Octal | 272 | 172 | 362 | 27 | 62 | 0 | 5 | 420 | 122 | 107 |
| Binary | 10111010 | 1111010 | 11110010 | 10111 | 110010 | 0 | 101 | 100010000 | 1010010 | 1000111 |
Color Harmonies of #BA7AF2
Complementary color
Monochromatic Colors of #BA7AF2
Black with #BA7AF2
Text Example
Text Example
White with #BA7AF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7AF2; }
p { color: rgb(186,122,242); }
H1.HeaderClassName
{
color: #BA7AF2;
}
.AnyTagClassName
{
color: #BA7AF2;
}
</style>
background-color css
<style>
a { background-color: #BA7AF2; }
a { background-color: rgb(186,122,242); }
div.DivClassName
{
background-color: #BA7AF2;
}
.BgClassName
{
background-color: #BA7AF2;
}
</style>
border-color css
<style>
span { border-color: #BA7AF2; }
span { border-color: rgb(186,122,242); }
td.TdClassName
{
border-color: #BA7AF2;
}
.TagClassName
{
border-color: #BA7AF2;
}
</style>