Shades of Heliotrope #BA7FF5
Tints of Heliotrope #BA7FF5
RGB
CMYK
RGB Variations
Color information
#BA7FF5 (or 0xBA7FF5) is known color: Heliotrope. HEX triplet: BA, 7F and F5. RGB value is (186,127,245). Sum of RGB (Red+Green+Blue) = 186+127+245=558 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.33% from 558); Green value is 127 (50% from 255 or 22.76% from 558); Blue value is 245 (96.09% from 255 or 43.91% from 558); Max value from RGB is 245 - color contains mainly: blue. Hex color #BA7FF5 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA7FF5 is #45800A. Grayscale: #9D9D9D. Windows color (decimal): -4554763 or 16089018. OLE color: 16089018.
HSL color Cylindrical-coordinate representation of color #BA7FF5: hue angle of 270º degrees, saturation: 0.86, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BA7FF5 is Cyan = 0.24, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 186 | 127 | 245 | - |
| CMYK | 0.24 | 0.48 | 0 | 0.04 |
| HSL | 270º | 0.86% | 0.73% | - |
| HSV(B) | 270º | 0.48% | 0.96% | - |
| XYZ | 44.32 | 32.21 | 90.27 | - |
| YUV | 158.09 | 177.05 | 147.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 127 | 245 | 0.24 | 0.48 | 0 | 0.04 | 270 | 0.86 | 0.73 |
| Hex | BA | 7F | F5 | 18 | 30 | 0 | 4 | 10E | 56 | 49 |
| Octal | 272 | 177 | 365 | 30 | 60 | 0 | 4 | 416 | 126 | 111 |
| Binary | 10111010 | 1111111 | 11110101 | 11000 | 110000 | 0 | 100 | 100001110 | 1010110 | 1001001 |
Color Harmonies of #BA7FF5
Complementary color
Monochromatic Colors of #BA7FF5
Black with #BA7FF5
Text Example
Text Example
White with #BA7FF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7FF5; }
p { color: rgb(186,127,245); }
H1.HeaderClassName
{
color: #BA7FF5;
}
.AnyTagClassName
{
color: #BA7FF5;
}
</style>
background-color css
<style>
a { background-color: #BA7FF5; }
a { background-color: rgb(186,127,245); }
div.DivClassName
{
background-color: #BA7FF5;
}
.BgClassName
{
background-color: #BA7FF5;
}
</style>
border-color css
<style>
span { border-color: #BA7FF5; }
span { border-color: rgb(186,127,245); }
td.TdClassName
{
border-color: #BA7FF5;
}
.TagClassName
{
border-color: #BA7FF5;
}
</style>