Shades of Heliotrope #BA72EF
Tints of Heliotrope #BA72EF
RGB
CMYK
RGB Variations
Color information
#BA72EF (or 0xBA72EF) is known color: Heliotrope. HEX triplet: BA, 72 and EF. RGB value is (186,114,239). Sum of RGB (Red+Green+Blue) = 186+114+239=539 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.51% from 539); Green value is 114 (44.92% from 255 or 21.15% from 539); Blue value is 239 (93.75% from 255 or 44.34% from 539); Max value from RGB is 239 - color contains mainly: blue. Hex color #BA72EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA72EF is #458D10. Grayscale: #959595. Windows color (decimal): -4558097 or 15692474. OLE color: 15692474.
HSL color Cylindrical-coordinate representation of color #BA72EF: hue angle of 274.56º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BA72EF is Cyan = 0.22, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 186 | 114 | 239 | - |
| CMYK | 0.22 | 0.52 | 0 | 0.06 |
| HSL | 274.56º | 0.8% | 0.69% | - |
| HSV(B) | 274.56º | 0.52% | 0.94% | - |
| XYZ | 41.85 | 28.71 | 85 | - |
| YUV | 149.78 | 178.35 | 153.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 114 | 239 | 0.22 | 0.52 | 0 | 0.06 | 274.56 | 0.8 | 0.69 |
| Hex | BA | 72 | EF | 16 | 34 | 0 | 6 | 113 | 50 | 45 |
| Octal | 272 | 162 | 357 | 26 | 64 | 0 | 6 | 423 | 120 | 105 |
| Binary | 10111010 | 1110010 | 11101111 | 10110 | 110100 | 0 | 110 | 100010011 | 1010000 | 1000101 |
Color Harmonies of #BA72EF
Complementary color
Monochromatic Colors of #BA72EF
Black with #BA72EF
Text Example
Text Example
White with #BA72EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA72EF; }
p { color: rgb(186,114,239); }
H1.HeaderClassName
{
color: #BA72EF;
}
.AnyTagClassName
{
color: #BA72EF;
}
</style>
background-color css
<style>
a { background-color: #BA72EF; }
a { background-color: rgb(186,114,239); }
div.DivClassName
{
background-color: #BA72EF;
}
.BgClassName
{
background-color: #BA72EF;
}
</style>
border-color css
<style>
span { border-color: #BA72EF; }
span { border-color: rgb(186,114,239); }
td.TdClassName
{
border-color: #BA72EF;
}
.TagClassName
{
border-color: #BA72EF;
}
</style>