Shades of Heliotrope #BA7AF1
Tints of Heliotrope #BA7AF1
RGB
CMYK
RGB Variations
Color information
#BA7AF1 (or 0xBA7AF1) is known color: Heliotrope. HEX triplet: BA, 7A and F1. RGB value is (186,122,241). Sum of RGB (Red+Green+Blue) = 186+122+241=549 (72% of max value = 765). Red value is 186 (73.05% from 255 or 33.88% from 549); Green value is 122 (48.05% from 255 or 22.22% from 549); Blue value is 241 (94.53% from 255 or 43.90% from 549); Max value from RGB is 241 - color contains mainly: blue. Hex color #BA7AF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA7AF1 is #45850E. Grayscale: #9A9A9A. Windows color (decimal): -4556047 or 15825594. OLE color: 15825594.
HSL color Cylindrical-coordinate representation of color #BA7AF1: hue angle of 272.27º degrees, saturation: 0.81, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BA7AF1 is Cyan = 0.23, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 186 | 122 | 241 | - |
| CMYK | 0.23 | 0.49 | 0 | 0.05 |
| HSL | 272.27º | 0.81% | 0.71% | - |
| HSV(B) | 272.27º | 0.49% | 0.95% | - |
| XYZ | 43.09 | 30.71 | 86.88 | - |
| YUV | 154.7 | 176.7 | 150.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 122 | 241 | 0.23 | 0.49 | 0 | 0.05 | 272.27 | 0.81 | 0.71 |
| Hex | BA | 7A | F1 | 17 | 31 | 0 | 5 | 110 | 51 | 47 |
| Octal | 272 | 172 | 361 | 27 | 61 | 0 | 5 | 420 | 121 | 107 |
| Binary | 10111010 | 1111010 | 11110001 | 10111 | 110001 | 0 | 101 | 100010000 | 1010001 | 1000111 |
Color Harmonies of #BA7AF1
Complementary color
Monochromatic Colors of #BA7AF1
Black with #BA7AF1
Text Example
Text Example
White with #BA7AF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7AF1; }
p { color: rgb(186,122,241); }
H1.HeaderClassName
{
color: #BA7AF1;
}
.AnyTagClassName
{
color: #BA7AF1;
}
</style>
background-color css
<style>
a { background-color: #BA7AF1; }
a { background-color: rgb(186,122,241); }
div.DivClassName
{
background-color: #BA7AF1;
}
.BgClassName
{
background-color: #BA7AF1;
}
</style>
border-color css
<style>
span { border-color: #BA7AF1; }
span { border-color: rgb(186,122,241); }
td.TdClassName
{
border-color: #BA7AF1;
}
.TagClassName
{
border-color: #BA7AF1;
}
</style>