Shades of Heliotrope #BA74F7
Tints of Heliotrope #BA74F7
RGB
CMYK
RGB Variations
Color information
#BA74F7 (or 0xBA74F7) is known color: Heliotrope. HEX triplet: BA, 74 and F7. RGB value is (186,116,247). Sum of RGB (Red+Green+Blue) = 186+116+247=549 (72% of max value = 765). Red value is 186 (73.05% from 255 or 33.88% from 549); Green value is 116 (45.70% from 255 or 21.13% from 549); Blue value is 247 (96.88% from 255 or 44.99% from 549); Max value from RGB is 247 - color contains mainly: blue. Hex color #BA74F7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA74F7 is #458B08. Grayscale: #979797. Windows color (decimal): -4557577 or 16217274. OLE color: 16217274.
HSL color Cylindrical-coordinate representation of color #BA74F7: hue angle of 272.06º degrees, saturation: 0.89, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BA74F7 is Cyan = 0.25, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 186 | 116 | 247 | - |
| CMYK | 0.25 | 0.53 | 0 | 0.03 |
| HSL | 272.06º | 0.89% | 0.71% | - |
| HSV(B) | 272.06º | 0.53% | 0.97% | - |
| XYZ | 43.28 | 29.65 | 91.44 | - |
| YUV | 151.86 | 181.69 | 152.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 116 | 247 | 0.25 | 0.53 | 0 | 0.03 | 272.06 | 0.89 | 0.71 |
| Hex | BA | 74 | F7 | 19 | 35 | 0 | 3 | 110 | 59 | 47 |
| Octal | 272 | 164 | 367 | 31 | 65 | 0 | 3 | 420 | 131 | 107 |
| Binary | 10111010 | 1110100 | 11110111 | 11001 | 110101 | 0 | 11 | 100010000 | 1011001 | 1000111 |
Color Harmonies of #BA74F7
Complementary color
Monochromatic Colors of #BA74F7
Black with #BA74F7
Text Example
Text Example
White with #BA74F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA74F7; }
p { color: rgb(186,116,247); }
H1.HeaderClassName
{
color: #BA74F7;
}
.AnyTagClassName
{
color: #BA74F7;
}
</style>
background-color css
<style>
a { background-color: #BA74F7; }
a { background-color: rgb(186,116,247); }
div.DivClassName
{
background-color: #BA74F7;
}
.BgClassName
{
background-color: #BA74F7;
}
</style>
border-color css
<style>
span { border-color: #BA74F7; }
span { border-color: rgb(186,116,247); }
td.TdClassName
{
border-color: #BA74F7;
}
.TagClassName
{
border-color: #BA74F7;
}
</style>