Shades of Heliotrope #BA77FF
Tints of Heliotrope #BA77FF
RGB
CMYK
RGB Variations
Color information
#BA77FF (or 0xBA77FF) is known color: Heliotrope. HEX triplet: BA, 77 and FF. RGB value is (186,119,255). Sum of RGB (Red+Green+Blue) = 186+119+255=560 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.21% from 560); Green value is 119 (46.88% from 255 or 21.25% from 560); Blue value is 255 (100% from 255 or 45.54% from 560); Max value from RGB is 255 - color contains mainly: blue. Hex color #BA77FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA77FF is #458800. Grayscale: #9A9A9A. Windows color (decimal): -4556801 or 16742330. OLE color: 16742330.
HSL color Cylindrical-coordinate representation of color #BA77FF: hue angle of 269.56º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BA77FF is Cyan = 0.27, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 186 | 119 | 255 | - |
| CMYK | 0.27 | 0.53 | 0 | 0 |
| HSL | 269.56º | 1% | 0.73% | - |
| HSV(B) | 269.56º | 0.53% | 1% | - |
| XYZ | 44.9 | 30.85 | 98.2 | - |
| YUV | 154.54 | 184.7 | 150.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 119 | 255 | 0.27 | 0.53 | 0 | 0 | 269.56 | 1 | 0.73 |
| Hex | BA | 77 | FF | 1B | 35 | 0 | 0 | 10E | 64 | 49 |
| Octal | 272 | 167 | 377 | 33 | 65 | 0 | 0 | 416 | 144 | 111 |
| Binary | 10111010 | 1110111 | 11111111 | 11011 | 110101 | 0 | 0 | 100001110 | 1100100 | 1001001 |
Color Harmonies of #BA77FF
Complementary color
Monochromatic Colors of #BA77FF
Black with #BA77FF
Text Example
Text Example
White with #BA77FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA77FF; }
p { color: rgb(186,119,255); }
H1.HeaderClassName
{
color: #BA77FF;
}
.AnyTagClassName
{
color: #BA77FF;
}
</style>
background-color css
<style>
a { background-color: #BA77FF; }
a { background-color: rgb(186,119,255); }
div.DivClassName
{
background-color: #BA77FF;
}
.BgClassName
{
background-color: #BA77FF;
}
</style>
border-color css
<style>
span { border-color: #BA77FF; }
span { border-color: rgb(186,119,255); }
td.TdClassName
{
border-color: #BA77FF;
}
.TagClassName
{
border-color: #BA77FF;
}
</style>