Shades of Heliotrope #BA77FE
Tints of Heliotrope #BA77FE
RGB
CMYK
RGB Variations
Color information
#BA77FE (or 0xBA77FE) is known color: Heliotrope. HEX triplet: BA, 77 and FE. RGB value is (186,119,254). Sum of RGB (Red+Green+Blue) = 186+119+254=559 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.27% from 559); Green value is 119 (46.88% from 255 or 21.29% from 559); Blue value is 254 (99.61% from 255 or 45.44% from 559); Max value from RGB is 254 - color contains mainly: blue. Hex color #BA77FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA77FE is #458801. Grayscale: #999999. Windows color (decimal): -4556802 or 16676794. OLE color: 16676794.
HSL color Cylindrical-coordinate representation of color #BA77FE: hue angle of 269.78º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BA77FE is Cyan = 0.27, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 186 | 119 | 254 | - |
| CMYK | 0.27 | 0.53 | 0 | 0.00 |
| HSL | 269.78º | 0.99% | 0.73% | - |
| HSV(B) | 269.78º | 0.53% | 1% | - |
| XYZ | 44.74 | 30.79 | 97.35 | - |
| YUV | 154.42 | 184.2 | 150.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 119 | 254 | 0.27 | 0.53 | 0 | 0.00 | 269.78 | 0.99 | 0.73 |
| Hex | BA | 77 | FE | 1B | 35 | 0 | 0 | 10E | 63 | 49 |
| Octal | 272 | 167 | 376 | 33 | 65 | 0 | 0 | 416 | 143 | 111 |
| Binary | 10111010 | 1110111 | 11111110 | 11011 | 110101 | 0 | 0 | 100001110 | 1100011 | 1001001 |
Color Harmonies of #BA77FE
Complementary color
Monochromatic Colors of #BA77FE
Black with #BA77FE
Text Example
Text Example
White with #BA77FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA77FE; }
p { color: rgb(186,119,254); }
H1.HeaderClassName
{
color: #BA77FE;
}
.AnyTagClassName
{
color: #BA77FE;
}
</style>
background-color css
<style>
a { background-color: #BA77FE; }
a { background-color: rgb(186,119,254); }
div.DivClassName
{
background-color: #BA77FE;
}
.BgClassName
{
background-color: #BA77FE;
}
</style>
border-color css
<style>
span { border-color: #BA77FE; }
span { border-color: rgb(186,119,254); }
td.TdClassName
{
border-color: #BA77FE;
}
.TagClassName
{
border-color: #BA77FE;
}
</style>