Shades of Heliotrope #BA77F3
Tints of Heliotrope #BA77F3
RGB
CMYK
RGB Variations
Color information
#BA77F3 (or 0xBA77F3) is known color: Heliotrope. HEX triplet: BA, 77 and F3. RGB value is (186,119,243). Sum of RGB (Red+Green+Blue) = 186+119+243=548 (72% of max value = 765). Red value is 186 (73.05% from 255 or 33.94% from 548); Green value is 119 (46.88% from 255 or 21.72% from 548); Blue value is 243 (95.31% from 255 or 44.34% from 548); Max value from RGB is 243 - color contains mainly: blue. Hex color #BA77F3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA77F3 is #45880C. Grayscale: #989898. Windows color (decimal): -4556813 or 15955898. OLE color: 15955898.
HSL color Cylindrical-coordinate representation of color #BA77F3: hue angle of 272.42º degrees, saturation: 0.84, 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 #BA77F3 is Cyan = 0.23, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 186 | 119 | 243 | - |
| CMYK | 0.23 | 0.51 | 0 | 0.05 |
| HSL | 272.42º | 0.84% | 0.71% | - |
| HSV(B) | 272.42º | 0.51% | 0.95% | - |
| XYZ | 43.02 | 30.1 | 88.34 | - |
| YUV | 153.17 | 178.7 | 151.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 119 | 243 | 0.23 | 0.51 | 0 | 0.05 | 272.42 | 0.84 | 0.71 |
| Hex | BA | 77 | F3 | 17 | 33 | 0 | 5 | 110 | 54 | 47 |
| Octal | 272 | 167 | 363 | 27 | 63 | 0 | 5 | 420 | 124 | 107 |
| Binary | 10111010 | 1110111 | 11110011 | 10111 | 110011 | 0 | 101 | 100010000 | 1010100 | 1000111 |
Color Harmonies of #BA77F3
Complementary color
Monochromatic Colors of #BA77F3
Black with #BA77F3
Text Example
Text Example
White with #BA77F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA77F3; }
p { color: rgb(186,119,243); }
H1.HeaderClassName
{
color: #BA77F3;
}
.AnyTagClassName
{
color: #BA77F3;
}
</style>
background-color css
<style>
a { background-color: #BA77F3; }
a { background-color: rgb(186,119,243); }
div.DivClassName
{
background-color: #BA77F3;
}
.BgClassName
{
background-color: #BA77F3;
}
</style>
border-color css
<style>
span { border-color: #BA77F3; }
span { border-color: rgb(186,119,243); }
td.TdClassName
{
border-color: #BA77F3;
}
.TagClassName
{
border-color: #BA77F3;
}
</style>