Shades of Heliotrope #BA73FD
Tints of Heliotrope #BA73FD
RGB
CMYK
RGB Variations
Color information
#BA73FD (or 0xBA73FD) is known color: Heliotrope. HEX triplet: BA, 73 and FD. RGB value is (186,115,253). Sum of RGB (Red+Green+Blue) = 186+115+253=554 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.57% from 554); Green value is 115 (45.31% from 255 or 20.76% from 554); Blue value is 253 (99.22% from 255 or 45.67% from 554); Max value from RGB is 253 - color contains mainly: blue. Hex color #BA73FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA73FD is #458C02. Grayscale: #979797. Windows color (decimal): -4557827 or 16610234. OLE color: 16610234.
HSL color Cylindrical-coordinate representation of color #BA73FD: hue angle of 270.87º 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 #BA73FD is Cyan = 0.26, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 186 | 115 | 253 | - |
| CMYK | 0.26 | 0.55 | 0 | 0.01 |
| HSL | 270.87º | 0.97% | 0.72% | - |
| HSV(B) | 270.87º | 0.55% | 0.99% | - |
| XYZ | 44.11 | 29.79 | 96.35 | - |
| YUV | 151.96 | 185.02 | 152.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 115 | 253 | 0.26 | 0.55 | 0 | 0.01 | 270.87 | 0.97 | 0.72 |
| Hex | BA | 73 | FD | 1A | 37 | 0 | 1 | 10F | 61 | 48 |
| Octal | 272 | 163 | 375 | 32 | 67 | 0 | 1 | 417 | 141 | 110 |
| Binary | 10111010 | 1110011 | 11111101 | 11010 | 110111 | 0 | 1 | 100001111 | 1100001 | 1001000 |
Color Harmonies of #BA73FD
Complementary color
Monochromatic Colors of #BA73FD
Black with #BA73FD
Text Example
Text Example
White with #BA73FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA73FD; }
p { color: rgb(186,115,253); }
H1.HeaderClassName
{
color: #BA73FD;
}
.AnyTagClassName
{
color: #BA73FD;
}
</style>
background-color css
<style>
a { background-color: #BA73FD; }
a { background-color: rgb(186,115,253); }
div.DivClassName
{
background-color: #BA73FD;
}
.BgClassName
{
background-color: #BA73FD;
}
</style>
border-color css
<style>
span { border-color: #BA73FD; }
span { border-color: rgb(186,115,253); }
td.TdClassName
{
border-color: #BA73FD;
}
.TagClassName
{
border-color: #BA73FD;
}
</style>