Shades of Heliotrope #BA71F3
Tints of Heliotrope #BA71F3
RGB
CMYK
RGB Variations
Color information
#BA71F3 (or 0xBA71F3) is known color: Heliotrope. HEX triplet: BA, 71 and F3. RGB value is (186,113,243). Sum of RGB (Red+Green+Blue) = 186+113+243=542 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.32% from 542); Green value is 113 (44.53% from 255 or 20.85% from 542); Blue value is 243 (95.31% from 255 or 44.83% from 542); Max value from RGB is 243 - color contains mainly: blue. Hex color #BA71F3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA71F3 is #458E0C. Grayscale: #959595. Windows color (decimal): -4558349 or 15954362. OLE color: 15954362.
HSL color Cylindrical-coordinate representation of color #BA71F3: hue angle of 273.69º degrees, saturation: 0.84, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BA71F3 is Cyan = 0.23, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 186 | 113 | 243 | - |
| CMYK | 0.23 | 0.53 | 0 | 0.05 |
| HSL | 273.69º | 0.84% | 0.7% | - |
| HSV(B) | 273.69º | 0.53% | 0.95% | - |
| XYZ | 42.33 | 28.72 | 88.11 | - |
| YUV | 149.65 | 180.68 | 153.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 113 | 243 | 0.23 | 0.53 | 0 | 0.05 | 273.69 | 0.84 | 0.7 |
| Hex | BA | 71 | F3 | 17 | 35 | 0 | 5 | 112 | 54 | 46 |
| Octal | 272 | 161 | 363 | 27 | 65 | 0 | 5 | 422 | 124 | 106 |
| Binary | 10111010 | 1110001 | 11110011 | 10111 | 110101 | 0 | 101 | 100010010 | 1010100 | 1000110 |
Color Harmonies of #BA71F3
Complementary color
Monochromatic Colors of #BA71F3
Black with #BA71F3
Text Example
Text Example
White with #BA71F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA71F3; }
p { color: rgb(186,113,243); }
H1.HeaderClassName
{
color: #BA71F3;
}
.AnyTagClassName
{
color: #BA71F3;
}
</style>
background-color css
<style>
a { background-color: #BA71F3; }
a { background-color: rgb(186,113,243); }
div.DivClassName
{
background-color: #BA71F3;
}
.BgClassName
{
background-color: #BA71F3;
}
</style>
border-color css
<style>
span { border-color: #BA71F3; }
span { border-color: rgb(186,113,243); }
td.TdClassName
{
border-color: #BA71F3;
}
.TagClassName
{
border-color: #BA71F3;
}
</style>