Shades of Heliotrope #BA77FB
Tints of Heliotrope #BA77FB
RGB
CMYK
RGB Variations
Color information
#BA77FB (or 0xBA77FB) is known color: Heliotrope. HEX triplet: BA, 77 and FB. RGB value is (186,119,251). Sum of RGB (Red+Green+Blue) = 186+119+251=556 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.45% from 556); Green value is 119 (46.88% from 255 or 21.40% from 556); Blue value is 251 (98.44% from 255 or 45.14% from 556); Max value from RGB is 251 - color contains mainly: blue. Hex color #BA77FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA77FB is #458804. Grayscale: #999999. Windows color (decimal): -4556805 or 16480186. OLE color: 16480186.
HSL color Cylindrical-coordinate representation of color #BA77FB: hue angle of 270.45º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BA77FB is Cyan = 0.26, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 186 | 119 | 251 | - |
| CMYK | 0.26 | 0.53 | 0 | 0.02 |
| HSL | 270.45º | 0.94% | 0.73% | - |
| HSV(B) | 270.45º | 0.53% | 0.98% | - |
| XYZ | 44.26 | 30.6 | 94.84 | - |
| YUV | 154.08 | 182.7 | 150.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 119 | 251 | 0.26 | 0.53 | 0 | 0.02 | 270.45 | 0.94 | 0.73 |
| Hex | BA | 77 | FB | 1A | 35 | 0 | 2 | 10E | 5E | 49 |
| Octal | 272 | 167 | 373 | 32 | 65 | 0 | 2 | 416 | 136 | 111 |
| Binary | 10111010 | 1110111 | 11111011 | 11010 | 110101 | 0 | 10 | 100001110 | 1011110 | 1001001 |
Color Harmonies of #BA77FB
Complementary color
Monochromatic Colors of #BA77FB
Black with #BA77FB
Text Example
Text Example
White with #BA77FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA77FB; }
p { color: rgb(186,119,251); }
H1.HeaderClassName
{
color: #BA77FB;
}
.AnyTagClassName
{
color: #BA77FB;
}
</style>
background-color css
<style>
a { background-color: #BA77FB; }
a { background-color: rgb(186,119,251); }
div.DivClassName
{
background-color: #BA77FB;
}
.BgClassName
{
background-color: #BA77FB;
}
</style>
border-color css
<style>
span { border-color: #BA77FB; }
span { border-color: rgb(186,119,251); }
td.TdClassName
{
border-color: #BA77FB;
}
.TagClassName
{
border-color: #BA77FB;
}
</style>