Shades of Heliotrope #BA71FA
Tints of Heliotrope #BA71FA
RGB
CMYK
RGB Variations
Color information
#BA71FA (or 0xBA71FA) is known color: Heliotrope. HEX triplet: BA, 71 and FA. RGB value is (186,113,250). Sum of RGB (Red+Green+Blue) = 186+113+250=549 (72% of max value = 765). Red value is 186 (73.05% from 255 or 33.88% from 549); Green value is 113 (44.53% from 255 or 20.58% from 549); Blue value is 250 (98.05% from 255 or 45.54% from 549); Max value from RGB is 250 - color contains mainly: blue. Hex color #BA71FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA71FA is #458E05. Grayscale: #959595. Windows color (decimal): -4558342 or 16413114. OLE color: 16413114.
HSL color Cylindrical-coordinate representation of color #BA71FA: hue angle of 271.97º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BA71FA is Cyan = 0.26, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 186 | 113 | 250 | - |
| CMYK | 0.26 | 0.55 | 0 | 0.02 |
| HSL | 271.97º | 0.93% | 0.71% | - |
| HSV(B) | 271.97º | 0.55% | 0.98% | - |
| XYZ | 43.41 | 29.15 | 93.78 | - |
| YUV | 150.45 | 184.18 | 153.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 113 | 250 | 0.26 | 0.55 | 0 | 0.02 | 271.97 | 0.93 | 0.71 |
| Hex | BA | 71 | FA | 1A | 37 | 0 | 2 | 110 | 5D | 47 |
| Octal | 272 | 161 | 372 | 32 | 67 | 0 | 2 | 420 | 135 | 107 |
| Binary | 10111010 | 1110001 | 11111010 | 11010 | 110111 | 0 | 10 | 100010000 | 1011101 | 1000111 |
Color Harmonies of #BA71FA
Complementary color
Monochromatic Colors of #BA71FA
Black with #BA71FA
Text Example
Text Example
White with #BA71FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA71FA; }
p { color: rgb(186,113,250); }
H1.HeaderClassName
{
color: #BA71FA;
}
.AnyTagClassName
{
color: #BA71FA;
}
</style>
background-color css
<style>
a { background-color: #BA71FA; }
a { background-color: rgb(186,113,250); }
div.DivClassName
{
background-color: #BA71FA;
}
.BgClassName
{
background-color: #BA71FA;
}
</style>
border-color css
<style>
span { border-color: #BA71FA; }
span { border-color: rgb(186,113,250); }
td.TdClassName
{
border-color: #BA71FA;
}
.TagClassName
{
border-color: #BA71FA;
}
</style>