Shades of Heliotrope #BA72F7
Tints of Heliotrope #BA72F7
RGB
CMYK
RGB Variations
Color information
#BA72F7 (or 0xBA72F7) is known color: Heliotrope. HEX triplet: BA, 72 and F7. RGB value is (186,114,247). Sum of RGB (Red+Green+Blue) = 186+114+247=547 (72% of max value = 765). Red value is 186 (73.05% from 255 or 34.00% from 547); Green value is 114 (44.92% from 255 or 20.84% from 547); Blue value is 247 (96.88% from 255 or 45.16% from 547); Max value from RGB is 247 - color contains mainly: blue. Hex color #BA72F7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA72F7 is #458D08. Grayscale: #969696. Windows color (decimal): -4558089 or 16216762. OLE color: 16216762.
HSL color Cylindrical-coordinate representation of color #BA72F7: hue angle of 272.48º degrees, saturation: 0.89, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BA72F7 is Cyan = 0.25, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 186 | 114 | 247 | - |
| CMYK | 0.25 | 0.54 | 0 | 0.03 |
| HSL | 272.48º | 0.89% | 0.71% | - |
| HSV(B) | 272.48º | 0.54% | 0.97% | - |
| XYZ | 43.06 | 29.19 | 91.36 | - |
| YUV | 150.69 | 182.35 | 153.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 114 | 247 | 0.25 | 0.54 | 0 | 0.03 | 272.48 | 0.89 | 0.71 |
| Hex | BA | 72 | F7 | 19 | 36 | 0 | 3 | 110 | 59 | 47 |
| Octal | 272 | 162 | 367 | 31 | 66 | 0 | 3 | 420 | 131 | 107 |
| Binary | 10111010 | 1110010 | 11110111 | 11001 | 110110 | 0 | 11 | 100010000 | 1011001 | 1000111 |
Color Harmonies of #BA72F7
Complementary color
Monochromatic Colors of #BA72F7
Black with #BA72F7
Text Example
Text Example
White with #BA72F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA72F7; }
p { color: rgb(186,114,247); }
H1.HeaderClassName
{
color: #BA72F7;
}
.AnyTagClassName
{
color: #BA72F7;
}
</style>
background-color css
<style>
a { background-color: #BA72F7; }
a { background-color: rgb(186,114,247); }
div.DivClassName
{
background-color: #BA72F7;
}
.BgClassName
{
background-color: #BA72F7;
}
</style>
border-color css
<style>
span { border-color: #BA72F7; }
span { border-color: rgb(186,114,247); }
td.TdClassName
{
border-color: #BA72F7;
}
.TagClassName
{
border-color: #BA72F7;
}
</style>