Shades of Heliotrope #BA7CF7
Tints of Heliotrope #BA7CF7
RGB
CMYK
RGB Variations
Color information
#BA7CF7 (or 0xBA7CF7) is known color: Heliotrope. HEX triplet: BA, 7C and F7. RGB value is (186,124,247). Sum of RGB (Red+Green+Blue) = 186+124+247=557 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.39% from 557); Green value is 124 (48.83% from 255 or 22.26% from 557); Blue value is 247 (96.88% from 255 or 44.34% from 557); Max value from RGB is 247 - color contains mainly: blue. Hex color #BA7CF7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA7CF7 is #458308. Grayscale: #9C9C9C. Windows color (decimal): -4555529 or 16219322. OLE color: 16219322.
HSL color Cylindrical-coordinate representation of color #BA7CF7: hue angle of 270.24º degrees, saturation: 0.88, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BA7CF7 is Cyan = 0.25, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 186 | 124 | 247 | - |
| CMYK | 0.25 | 0.50 | 0 | 0.03 |
| HSL | 270.24º | 0.88% | 0.73% | - |
| HSV(B) | 270.24º | 0.5% | 0.97% | - |
| XYZ | 44.25 | 31.57 | 91.76 | - |
| YUV | 156.56 | 179.04 | 149 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 124 | 247 | 0.25 | 0.50 | 0 | 0.03 | 270.24 | 0.88 | 0.73 |
| Hex | BA | 7C | F7 | 19 | 32 | 0 | 3 | 10E | 58 | 49 |
| Octal | 272 | 174 | 367 | 31 | 62 | 0 | 3 | 416 | 130 | 111 |
| Binary | 10111010 | 1111100 | 11110111 | 11001 | 110010 | 0 | 11 | 100001110 | 1011000 | 1001001 |
Color Harmonies of #BA7CF7
Complementary color
Monochromatic Colors of #BA7CF7
Black with #BA7CF7
Text Example
Text Example
White with #BA7CF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7CF7; }
p { color: rgb(186,124,247); }
H1.HeaderClassName
{
color: #BA7CF7;
}
.AnyTagClassName
{
color: #BA7CF7;
}
</style>
background-color css
<style>
a { background-color: #BA7CF7; }
a { background-color: rgb(186,124,247); }
div.DivClassName
{
background-color: #BA7CF7;
}
.BgClassName
{
background-color: #BA7CF7;
}
</style>
border-color css
<style>
span { border-color: #BA7CF7; }
span { border-color: rgb(186,124,247); }
td.TdClassName
{
border-color: #BA7CF7;
}
.TagClassName
{
border-color: #BA7CF7;
}
</style>