Shades of Heliotrope #BA73FC
Tints of Heliotrope #BA73FC
RGB
CMYK
RGB Variations
Color information
#BA73FC (or 0xBA73FC) is known color: Heliotrope. HEX triplet: BA, 73 and FC. RGB value is (186,115,252). Sum of RGB (Red+Green+Blue) = 186+115+252=553 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.63% from 553); Green value is 115 (45.31% from 255 or 20.80% from 553); Blue value is 252 (98.83% from 255 or 45.57% from 553); Max value from RGB is 252 - color contains mainly: blue. Hex color #BA73FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA73FC is #458C03. Grayscale: #979797. Windows color (decimal): -4557828 or 16544698. OLE color: 16544698.
HSL color Cylindrical-coordinate representation of color #BA73FC: hue angle of 271.09º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BA73FC is Cyan = 0.26, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 186 | 115 | 252 | - |
| CMYK | 0.26 | 0.54 | 0 | 0.01 |
| HSL | 271.09º | 0.96% | 0.72% | - |
| HSV(B) | 271.09º | 0.54% | 0.99% | - |
| XYZ | 43.95 | 29.73 | 95.52 | - |
| YUV | 151.85 | 184.52 | 152.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 115 | 252 | 0.26 | 0.54 | 0 | 0.01 | 271.09 | 0.96 | 0.72 |
| Hex | BA | 73 | FC | 1A | 36 | 0 | 1 | 10F | 60 | 48 |
| Octal | 272 | 163 | 374 | 32 | 66 | 0 | 1 | 417 | 140 | 110 |
| Binary | 10111010 | 1110011 | 11111100 | 11010 | 110110 | 0 | 1 | 100001111 | 1100000 | 1001000 |
Color Harmonies of #BA73FC
Complementary color
Monochromatic Colors of #BA73FC
Black with #BA73FC
Text Example
Text Example
White with #BA73FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA73FC; }
p { color: rgb(186,115,252); }
H1.HeaderClassName
{
color: #BA73FC;
}
.AnyTagClassName
{
color: #BA73FC;
}
</style>
background-color css
<style>
a { background-color: #BA73FC; }
a { background-color: rgb(186,115,252); }
div.DivClassName
{
background-color: #BA73FC;
}
.BgClassName
{
background-color: #BA73FC;
}
</style>
border-color css
<style>
span { border-color: #BA73FC; }
span { border-color: rgb(186,115,252); }
td.TdClassName
{
border-color: #BA73FC;
}
.TagClassName
{
border-color: #BA73FC;
}
</style>