Shades of Heliotrope #BA71FB
Tints of Heliotrope #BA71FB
RGB
CMYK
RGB Variations
Color information
#BA71FB (or 0xBA71FB) is known color: Heliotrope. HEX triplet: BA, 71 and FB. RGB value is (186,113,251). Sum of RGB (Red+Green+Blue) = 186+113+251=550 (72% of max value = 765). Red value is 186 (73.05% from 255 or 33.82% from 550); Green value is 113 (44.53% from 255 or 20.55% from 550); Blue value is 251 (98.44% from 255 or 45.64% from 550); Max value from RGB is 251 - color contains mainly: blue. Hex color #BA71FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA71FB is #458E04. Grayscale: #969696. Windows color (decimal): -4558341 or 16478650. OLE color: 16478650.
HSL color Cylindrical-coordinate representation of color #BA71FB: hue angle of 271.74º degrees, saturation: 0.95, 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 #BA71FB is Cyan = 0.26, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 186 | 113 | 251 | - |
| CMYK | 0.26 | 0.55 | 0 | 0.02 |
| HSL | 271.74º | 0.95% | 0.71% | - |
| HSV(B) | 271.74º | 0.55% | 0.98% | - |
| XYZ | 43.57 | 29.21 | 94.61 | - |
| YUV | 150.56 | 184.68 | 153.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 113 | 251 | 0.26 | 0.55 | 0 | 0.02 | 271.74 | 0.95 | 0.71 |
| Hex | BA | 71 | FB | 1A | 37 | 0 | 2 | 110 | 5F | 47 |
| Octal | 272 | 161 | 373 | 32 | 67 | 0 | 2 | 420 | 137 | 107 |
| Binary | 10111010 | 1110001 | 11111011 | 11010 | 110111 | 0 | 10 | 100010000 | 1011111 | 1000111 |
Color Harmonies of #BA71FB
Complementary color
Monochromatic Colors of #BA71FB
Black with #BA71FB
Text Example
Text Example
White with #BA71FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA71FB; }
p { color: rgb(186,113,251); }
H1.HeaderClassName
{
color: #BA71FB;
}
.AnyTagClassName
{
color: #BA71FB;
}
</style>
background-color css
<style>
a { background-color: #BA71FB; }
a { background-color: rgb(186,113,251); }
div.DivClassName
{
background-color: #BA71FB;
}
.BgClassName
{
background-color: #BA71FB;
}
</style>
border-color css
<style>
span { border-color: #BA71FB; }
span { border-color: rgb(186,113,251); }
td.TdClassName
{
border-color: #BA71FB;
}
.TagClassName
{
border-color: #BA71FB;
}
</style>