Shades of Heliotrope #BA79F2
Tints of Heliotrope #BA79F2
RGB
CMYK
RGB Variations
Color information
#BA79F2 (or 0xBA79F2) is known color: Heliotrope. HEX triplet: BA, 79 and F2. RGB value is (186,121,242). Sum of RGB (Red+Green+Blue) = 186+121+242=549 (72% of max value = 765). Red value is 186 (73.05% from 255 or 33.88% from 549); Green value is 121 (47.66% from 255 or 22.04% from 549); Blue value is 242 (94.92% from 255 or 44.08% from 549); Max value from RGB is 242 - color contains mainly: blue. Hex color #BA79F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA79F2 is #45860D. Grayscale: #999999. Windows color (decimal): -4556302 or 15890874. OLE color: 15890874.
HSL color Cylindrical-coordinate representation of color #BA79F2: hue angle of 272.23º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BA79F2 is Cyan = 0.23, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 186 | 121 | 242 | - |
| CMYK | 0.23 | 0.50 | 0 | 0.05 |
| HSL | 272.23º | 0.82% | 0.71% | - |
| HSV(B) | 272.23º | 0.5% | 0.95% | - |
| XYZ | 43.11 | 30.52 | 87.62 | - |
| YUV | 154.23 | 177.53 | 150.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 121 | 242 | 0.23 | 0.50 | 0 | 0.05 | 272.23 | 0.82 | 0.71 |
| Hex | BA | 79 | F2 | 17 | 32 | 0 | 5 | 110 | 52 | 47 |
| Octal | 272 | 171 | 362 | 27 | 62 | 0 | 5 | 420 | 122 | 107 |
| Binary | 10111010 | 1111001 | 11110010 | 10111 | 110010 | 0 | 101 | 100010000 | 1010010 | 1000111 |
Color Harmonies of #BA79F2
Complementary color
Monochromatic Colors of #BA79F2
Black with #BA79F2
Text Example
Text Example
White with #BA79F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA79F2; }
p { color: rgb(186,121,242); }
H1.HeaderClassName
{
color: #BA79F2;
}
.AnyTagClassName
{
color: #BA79F2;
}
</style>
background-color css
<style>
a { background-color: #BA79F2; }
a { background-color: rgb(186,121,242); }
div.DivClassName
{
background-color: #BA79F2;
}
.BgClassName
{
background-color: #BA79F2;
}
</style>
border-color css
<style>
span { border-color: #BA79F2; }
span { border-color: rgb(186,121,242); }
td.TdClassName
{
border-color: #BA79F2;
}
.TagClassName
{
border-color: #BA79F2;
}
</style>