Shades of Heliotrope #BA76F2
Tints of Heliotrope #BA76F2
RGB
CMYK
RGB Variations
Color information
#BA76F2 (or 0xBA76F2) is known color: Heliotrope. HEX triplet: BA, 76 and F2. RGB value is (186,118,242). Sum of RGB (Red+Green+Blue) = 186+118+242=546 (72% of max value = 765). Red value is 186 (73.05% from 255 or 34.07% from 546); Green value is 118 (46.48% from 255 or 21.61% from 546); Blue value is 242 (94.92% from 255 or 44.32% from 546); Max value from RGB is 242 - color contains mainly: blue. Hex color #BA76F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA76F2 is #45890D. Grayscale: #989898. Windows color (decimal): -4557070 or 15890106. OLE color: 15890106.
HSL color Cylindrical-coordinate representation of color #BA76F2: hue angle of 272.9º degrees, saturation: 0.83, 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 #BA76F2 is Cyan = 0.23, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 186 | 118 | 242 | - |
| CMYK | 0.23 | 0.51 | 0 | 0.05 |
| HSL | 272.9º | 0.83% | 0.71% | - |
| HSV(B) | 272.9º | 0.51% | 0.95% | - |
| XYZ | 42.76 | 29.81 | 87.5 | - |
| YUV | 152.47 | 178.53 | 151.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 118 | 242 | 0.23 | 0.51 | 0 | 0.05 | 272.9 | 0.83 | 0.71 |
| Hex | BA | 76 | F2 | 17 | 33 | 0 | 5 | 111 | 53 | 47 |
| Octal | 272 | 166 | 362 | 27 | 63 | 0 | 5 | 421 | 123 | 107 |
| Binary | 10111010 | 1110110 | 11110010 | 10111 | 110011 | 0 | 101 | 100010001 | 1010011 | 1000111 |
Color Harmonies of #BA76F2
Complementary color
Monochromatic Colors of #BA76F2
Black with #BA76F2
Text Example
Text Example
White with #BA76F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA76F2; }
p { color: rgb(186,118,242); }
H1.HeaderClassName
{
color: #BA76F2;
}
.AnyTagClassName
{
color: #BA76F2;
}
</style>
background-color css
<style>
a { background-color: #BA76F2; }
a { background-color: rgb(186,118,242); }
div.DivClassName
{
background-color: #BA76F2;
}
.BgClassName
{
background-color: #BA76F2;
}
</style>
border-color css
<style>
span { border-color: #BA76F2; }
span { border-color: rgb(186,118,242); }
td.TdClassName
{
border-color: #BA76F2;
}
.TagClassName
{
border-color: #BA76F2;
}
</style>