Shades of Heliotrope #BA7FFF
Tints of Heliotrope #BA7FFF
RGB
CMYK
RGB Variations
Color information
#BA7FFF (or 0xBA7FFF) is known color: Heliotrope. HEX triplet: BA, 7F and FF. RGB value is (186,127,255). Sum of RGB (Red+Green+Blue) = 186+127+255=568 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.75% from 568); Green value is 127 (50% from 255 or 22.36% from 568); Blue value is 255 (100% from 255 or 44.89% from 568); Max value from RGB is 255 - color contains mainly: blue. Hex color #BA7FFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA7FFF is #458000. Grayscale: #9E9E9E. Windows color (decimal): -4554753 or 16744378. OLE color: 16744378.
HSL color Cylindrical-coordinate representation of color #BA7FFF: hue angle of 267.66º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BA7FFF is Cyan = 0.27, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 186 | 127 | 255 | - |
| CMYK | 0.27 | 0.50 | 0 | 0 |
| HSL | 267.66º | 1% | 0.75% | - |
| HSV(B) | 267.66º | 0.5% | 1% | - |
| XYZ | 45.89 | 32.84 | 98.53 | - |
| YUV | 159.23 | 182.05 | 147.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 127 | 255 | 0.27 | 0.50 | 0 | 0 | 267.66 | 1 | 0.75 |
| Hex | BA | 7F | FF | 1B | 32 | 0 | 0 | 10C | 64 | 4B |
| Octal | 272 | 177 | 377 | 33 | 62 | 0 | 0 | 414 | 144 | 113 |
| Binary | 10111010 | 1111111 | 11111111 | 11011 | 110010 | 0 | 0 | 100001100 | 1100100 | 1001011 |
Color Harmonies of #BA7FFF
Complementary color
Monochromatic Colors of #BA7FFF
Black with #BA7FFF
Text Example
Text Example
White with #BA7FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7FFF; }
p { color: rgb(186,127,255); }
H1.HeaderClassName
{
color: #BA7FFF;
}
.AnyTagClassName
{
color: #BA7FFF;
}
</style>
background-color css
<style>
a { background-color: #BA7FFF; }
a { background-color: rgb(186,127,255); }
div.DivClassName
{
background-color: #BA7FFF;
}
.BgClassName
{
background-color: #BA7FFF;
}
</style>
border-color css
<style>
span { border-color: #BA7FFF; }
span { border-color: rgb(186,127,255); }
td.TdClassName
{
border-color: #BA7FFF;
}
.TagClassName
{
border-color: #BA7FFF;
}
</style>