Shades of Heliotrope #BA79F7
Tints of Heliotrope #BA79F7
RGB
CMYK
RGB Variations
Color information
#BA79F7 (or 0xBA79F7) is known color: Heliotrope. HEX triplet: BA, 79 and F7. RGB value is (186,121,247). Sum of RGB (Red+Green+Blue) = 186+121+247=554 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.57% from 554); Green value is 121 (47.66% from 255 or 21.84% from 554); Blue value is 247 (96.88% from 255 or 44.58% from 554); Max value from RGB is 247 - color contains mainly: blue. Hex color #BA79F7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA79F7 is #458608. Grayscale: #9A9A9A. Windows color (decimal): -4556297 or 16218554. OLE color: 16218554.
HSL color Cylindrical-coordinate representation of color #BA79F7: hue angle of 270.95º degrees, saturation: 0.89, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BA79F7 is Cyan = 0.25, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 186 | 121 | 247 | - |
| CMYK | 0.25 | 0.51 | 0 | 0.03 |
| HSL | 270.95º | 0.89% | 0.72% | - |
| HSV(B) | 270.95º | 0.51% | 0.97% | - |
| XYZ | 43.88 | 30.83 | 91.63 | - |
| YUV | 154.8 | 180.03 | 150.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 121 | 247 | 0.25 | 0.51 | 0 | 0.03 | 270.95 | 0.89 | 0.72 |
| Hex | BA | 79 | F7 | 19 | 33 | 0 | 3 | 10F | 59 | 48 |
| Octal | 272 | 171 | 367 | 31 | 63 | 0 | 3 | 417 | 131 | 110 |
| Binary | 10111010 | 1111001 | 11110111 | 11001 | 110011 | 0 | 11 | 100001111 | 1011001 | 1001000 |
Color Harmonies of #BA79F7
Complementary color
Monochromatic Colors of #BA79F7
Black with #BA79F7
Text Example
Text Example
White with #BA79F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA79F7; }
p { color: rgb(186,121,247); }
H1.HeaderClassName
{
color: #BA79F7;
}
.AnyTagClassName
{
color: #BA79F7;
}
</style>
background-color css
<style>
a { background-color: #BA79F7; }
a { background-color: rgb(186,121,247); }
div.DivClassName
{
background-color: #BA79F7;
}
.BgClassName
{
background-color: #BA79F7;
}
</style>
border-color css
<style>
span { border-color: #BA79F7; }
span { border-color: rgb(186,121,247); }
td.TdClassName
{
border-color: #BA79F7;
}
.TagClassName
{
border-color: #BA79F7;
}
</style>