Shades of Heliotrope #BA77F1
Tints of Heliotrope #BA77F1
RGB
CMYK
RGB Variations
Color information
#BA77F1 (or 0xBA77F1) is known color: Heliotrope. HEX triplet: BA, 77 and F1. RGB value is (186,119,241). Sum of RGB (Red+Green+Blue) = 186+119+241=546 (72% of max value = 765). Red value is 186 (73.05% from 255 or 34.07% from 546); Green value is 119 (46.88% from 255 or 21.79% from 546); Blue value is 241 (94.53% from 255 or 44.14% from 546); Max value from RGB is 241 - color contains mainly: blue. Hex color #BA77F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA77F1 is #45880E. Grayscale: #989898. Windows color (decimal): -4556815 or 15824826. OLE color: 15824826.
HSL color Cylindrical-coordinate representation of color #BA77F1: hue angle of 272.95º degrees, saturation: 0.81, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BA77F1 is Cyan = 0.23, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 186 | 119 | 241 | - |
| CMYK | 0.23 | 0.51 | 0 | 0.05 |
| HSL | 272.95º | 0.81% | 0.71% | - |
| HSV(B) | 272.95º | 0.51% | 0.95% | - |
| XYZ | 42.72 | 29.98 | 86.75 | - |
| YUV | 152.94 | 177.7 | 151.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 119 | 241 | 0.23 | 0.51 | 0 | 0.05 | 272.95 | 0.81 | 0.71 |
| Hex | BA | 77 | F1 | 17 | 33 | 0 | 5 | 111 | 51 | 47 |
| Octal | 272 | 167 | 361 | 27 | 63 | 0 | 5 | 421 | 121 | 107 |
| Binary | 10111010 | 1110111 | 11110001 | 10111 | 110011 | 0 | 101 | 100010001 | 1010001 | 1000111 |
Color Harmonies of #BA77F1
Complementary color
Monochromatic Colors of #BA77F1
Black with #BA77F1
Text Example
Text Example
White with #BA77F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA77F1; }
p { color: rgb(186,119,241); }
H1.HeaderClassName
{
color: #BA77F1;
}
.AnyTagClassName
{
color: #BA77F1;
}
</style>
background-color css
<style>
a { background-color: #BA77F1; }
a { background-color: rgb(186,119,241); }
div.DivClassName
{
background-color: #BA77F1;
}
.BgClassName
{
background-color: #BA77F1;
}
</style>
border-color css
<style>
span { border-color: #BA77F1; }
span { border-color: rgb(186,119,241); }
td.TdClassName
{
border-color: #BA77F1;
}
.TagClassName
{
border-color: #BA77F1;
}
</style>