Shades of Heliotrope #BA77FD
Tints of Heliotrope #BA77FD
RGB
CMYK
RGB Variations
Color information
#BA77FD (or 0xBA77FD) is known color: Heliotrope. HEX triplet: BA, 77 and FD. RGB value is (186,119,253). Sum of RGB (Red+Green+Blue) = 186+119+253=558 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.33% from 558); Green value is 119 (46.88% from 255 or 21.33% from 558); Blue value is 253 (99.22% from 255 or 45.34% from 558); Max value from RGB is 253 - color contains mainly: blue. Hex color #BA77FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA77FD is #458802. Grayscale: #999999. Windows color (decimal): -4556803 or 16611258. OLE color: 16611258.
HSL color Cylindrical-coordinate representation of color #BA77FD: hue angle of 270º degrees, saturation: 0.97, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BA77FD is Cyan = 0.26, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 186 | 119 | 253 | - |
| CMYK | 0.26 | 0.53 | 0 | 0.01 |
| HSL | 270º | 0.97% | 0.73% | - |
| HSV(B) | 270º | 0.53% | 0.99% | - |
| XYZ | 44.58 | 30.72 | 96.51 | - |
| YUV | 154.31 | 183.7 | 150.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 119 | 253 | 0.26 | 0.53 | 0 | 0.01 | 270 | 0.97 | 0.73 |
| Hex | BA | 77 | FD | 1A | 35 | 0 | 1 | 10E | 61 | 49 |
| Octal | 272 | 167 | 375 | 32 | 65 | 0 | 1 | 416 | 141 | 111 |
| Binary | 10111010 | 1110111 | 11111101 | 11010 | 110101 | 0 | 1 | 100001110 | 1100001 | 1001001 |
Color Harmonies of #BA77FD
Complementary color
Monochromatic Colors of #BA77FD
Black with #BA77FD
Text Example
Text Example
White with #BA77FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA77FD; }
p { color: rgb(186,119,253); }
H1.HeaderClassName
{
color: #BA77FD;
}
.AnyTagClassName
{
color: #BA77FD;
}
</style>
background-color css
<style>
a { background-color: #BA77FD; }
a { background-color: rgb(186,119,253); }
div.DivClassName
{
background-color: #BA77FD;
}
.BgClassName
{
background-color: #BA77FD;
}
</style>
border-color css
<style>
span { border-color: #BA77FD; }
span { border-color: rgb(186,119,253); }
td.TdClassName
{
border-color: #BA77FD;
}
.TagClassName
{
border-color: #BA77FD;
}
</style>