Shades of Heliotrope #BA72FF
Tints of Heliotrope #BA72FF
RGB
CMYK
RGB Variations
Color information
#BA72FF (or 0xBA72FF) is known color: Heliotrope. HEX triplet: BA, 72 and FF. RGB value is (186,114,255). Sum of RGB (Red+Green+Blue) = 186+114+255=555 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.51% from 555); Green value is 114 (44.92% from 255 or 20.54% from 555); Blue value is 255 (100% from 255 or 45.95% from 555); Max value from RGB is 255 - color contains mainly: blue. Hex color #BA72FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA72FF is #458D00. Grayscale: #979797. Windows color (decimal): -4558081 or 16741050. OLE color: 16741050.
HSL color Cylindrical-coordinate representation of color #BA72FF: hue angle of 270.64º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BA72FF is Cyan = 0.27, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 186 | 114 | 255 | - |
| CMYK | 0.27 | 0.55 | 0 | 0 |
| HSL | 270.64º | 1% | 0.72% | - |
| HSV(B) | 270.64º | 0.55% | 1% | - |
| XYZ | 44.32 | 29.69 | 98 | - |
| YUV | 151.6 | 186.35 | 152.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 114 | 255 | 0.27 | 0.55 | 0 | 0 | 270.64 | 1 | 0.72 |
| Hex | BA | 72 | FF | 1B | 37 | 0 | 0 | 10F | 64 | 48 |
| Octal | 272 | 162 | 377 | 33 | 67 | 0 | 0 | 417 | 144 | 110 |
| Binary | 10111010 | 1110010 | 11111111 | 11011 | 110111 | 0 | 0 | 100001111 | 1100100 | 1001000 |
Color Harmonies of #BA72FF
Complementary color
Monochromatic Colors of #BA72FF
Black with #BA72FF
Text Example
Text Example
White with #BA72FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA72FF; }
p { color: rgb(186,114,255); }
H1.HeaderClassName
{
color: #BA72FF;
}
.AnyTagClassName
{
color: #BA72FF;
}
</style>
background-color css
<style>
a { background-color: #BA72FF; }
a { background-color: rgb(186,114,255); }
div.DivClassName
{
background-color: #BA72FF;
}
.BgClassName
{
background-color: #BA72FF;
}
</style>
border-color css
<style>
span { border-color: #BA72FF; }
span { border-color: rgb(186,114,255); }
td.TdClassName
{
border-color: #BA72FF;
}
.TagClassName
{
border-color: #BA72FF;
}
</style>