Shades of Heliotrope #BA72FD
Tints of Heliotrope #BA72FD
RGB
CMYK
RGB Variations
Color information
#BA72FD (or 0xBA72FD) is known color: Heliotrope. HEX triplet: BA, 72 and FD. RGB value is (186,114,253). Sum of RGB (Red+Green+Blue) = 186+114+253=553 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.63% from 553); Green value is 114 (44.92% from 255 or 20.61% from 553); Blue value is 253 (99.22% from 255 or 45.75% from 553); Max value from RGB is 253 - color contains mainly: blue. Hex color #BA72FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA72FD is #458D02. Grayscale: #969696. Windows color (decimal): -4558083 or 16609978. OLE color: 16609978.
HSL color Cylindrical-coordinate representation of color #BA72FD: hue angle of 271.08º degrees, saturation: 0.97, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BA72FD is Cyan = 0.26, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 186 | 114 | 253 | - |
| CMYK | 0.26 | 0.55 | 0 | 0.01 |
| HSL | 271.08º | 0.97% | 0.72% | - |
| HSV(B) | 271.08º | 0.55% | 0.99% | - |
| XYZ | 44 | 29.57 | 96.32 | - |
| YUV | 151.37 | 185.35 | 152.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 114 | 253 | 0.26 | 0.55 | 0 | 0.01 | 271.08 | 0.97 | 0.72 |
| Hex | BA | 72 | FD | 1A | 37 | 0 | 1 | 10F | 61 | 48 |
| Octal | 272 | 162 | 375 | 32 | 67 | 0 | 1 | 417 | 141 | 110 |
| Binary | 10111010 | 1110010 | 11111101 | 11010 | 110111 | 0 | 1 | 100001111 | 1100001 | 1001000 |
Color Harmonies of #BA72FD
Complementary color
Monochromatic Colors of #BA72FD
Black with #BA72FD
Text Example
Text Example
White with #BA72FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA72FD; }
p { color: rgb(186,114,253); }
H1.HeaderClassName
{
color: #BA72FD;
}
.AnyTagClassName
{
color: #BA72FD;
}
</style>
background-color css
<style>
a { background-color: #BA72FD; }
a { background-color: rgb(186,114,253); }
div.DivClassName
{
background-color: #BA72FD;
}
.BgClassName
{
background-color: #BA72FD;
}
</style>
border-color css
<style>
span { border-color: #BA72FD; }
span { border-color: rgb(186,114,253); }
td.TdClassName
{
border-color: #BA72FD;
}
.TagClassName
{
border-color: #BA72FD;
}
</style>