Shades of Heliotrope #BA7CF6
Tints of Heliotrope #BA7CF6
RGB
CMYK
RGB Variations
Color information
#BA7CF6 (or 0xBA7CF6) is known color: Heliotrope. HEX triplet: BA, 7C and F6. RGB value is (186,124,246). Sum of RGB (Red+Green+Blue) = 186+124+246=556 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.45% from 556); Green value is 124 (48.83% from 255 or 22.30% from 556); Blue value is 246 (96.48% from 255 or 44.24% from 556); Max value from RGB is 246 - color contains mainly: blue. Hex color #BA7CF6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA7CF6 is #458309. Grayscale: #9C9C9C. Windows color (decimal): -4555530 or 16153786. OLE color: 16153786.
HSL color Cylindrical-coordinate representation of color #BA7CF6: hue angle of 270.49º degrees, saturation: 0.87, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BA7CF6 is Cyan = 0.24, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 186 | 124 | 246 | - |
| CMYK | 0.24 | 0.50 | 0 | 0.04 |
| HSL | 270.49º | 0.87% | 0.73% | - |
| HSV(B) | 270.49º | 0.5% | 0.96% | - |
| XYZ | 44.09 | 31.51 | 90.95 | - |
| YUV | 156.45 | 178.54 | 149.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 124 | 246 | 0.24 | 0.50 | 0 | 0.04 | 270.49 | 0.87 | 0.73 |
| Hex | BA | 7C | F6 | 18 | 32 | 0 | 4 | 10E | 57 | 49 |
| Octal | 272 | 174 | 366 | 30 | 62 | 0 | 4 | 416 | 127 | 111 |
| Binary | 10111010 | 1111100 | 11110110 | 11000 | 110010 | 0 | 100 | 100001110 | 1010111 | 1001001 |
Color Harmonies of #BA7CF6
Complementary color
Monochromatic Colors of #BA7CF6
Black with #BA7CF6
Text Example
Text Example
White with #BA7CF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7CF6; }
p { color: rgb(186,124,246); }
H1.HeaderClassName
{
color: #BA7CF6;
}
.AnyTagClassName
{
color: #BA7CF6;
}
</style>
background-color css
<style>
a { background-color: #BA7CF6; }
a { background-color: rgb(186,124,246); }
div.DivClassName
{
background-color: #BA7CF6;
}
.BgClassName
{
background-color: #BA7CF6;
}
</style>
border-color css
<style>
span { border-color: #BA7CF6; }
span { border-color: rgb(186,124,246); }
td.TdClassName
{
border-color: #BA7CF6;
}
.TagClassName
{
border-color: #BA7CF6;
}
</style>