Shades of Heliotrope #BA7CF1
Tints of Heliotrope #BA7CF1
RGB
CMYK
RGB Variations
Color information
#BA7CF1 (or 0xBA7CF1) is known color: Heliotrope. HEX triplet: BA, 7C and F1. RGB value is (186,124,241). Sum of RGB (Red+Green+Blue) = 186+124+241=551 (72% of max value = 765). Red value is 186 (73.05% from 255 or 33.76% from 551); Green value is 124 (48.83% from 255 or 22.50% from 551); Blue value is 241 (94.53% from 255 or 43.74% from 551); Max value from RGB is 241 - color contains mainly: blue. Hex color #BA7CF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA7CF1 is #45830E. Grayscale: #9B9B9B. Windows color (decimal): -4555535 or 15826106. OLE color: 15826106.
HSL color Cylindrical-coordinate representation of color #BA7CF1: hue angle of 271.79º degrees, saturation: 0.81, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BA7CF1 is Cyan = 0.23, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 186 | 124 | 241 | - |
| CMYK | 0.23 | 0.49 | 0 | 0.05 |
| HSL | 271.79º | 0.81% | 0.72% | - |
| HSV(B) | 271.79º | 0.49% | 0.95% | - |
| XYZ | 43.33 | 31.21 | 86.96 | - |
| YUV | 155.88 | 176.04 | 149.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 124 | 241 | 0.23 | 0.49 | 0 | 0.05 | 271.79 | 0.81 | 0.72 |
| Hex | BA | 7C | F1 | 17 | 31 | 0 | 5 | 110 | 51 | 48 |
| Octal | 272 | 174 | 361 | 27 | 61 | 0 | 5 | 420 | 121 | 110 |
| Binary | 10111010 | 1111100 | 11110001 | 10111 | 110001 | 0 | 101 | 100010000 | 1010001 | 1001000 |
Color Harmonies of #BA7CF1
Complementary color
Monochromatic Colors of #BA7CF1
Black with #BA7CF1
Text Example
Text Example
White with #BA7CF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7CF1; }
p { color: rgb(186,124,241); }
H1.HeaderClassName
{
color: #BA7CF1;
}
.AnyTagClassName
{
color: #BA7CF1;
}
</style>
background-color css
<style>
a { background-color: #BA7CF1; }
a { background-color: rgb(186,124,241); }
div.DivClassName
{
background-color: #BA7CF1;
}
.BgClassName
{
background-color: #BA7CF1;
}
</style>
border-color css
<style>
span { border-color: #BA7CF1; }
span { border-color: rgb(186,124,241); }
td.TdClassName
{
border-color: #BA7CF1;
}
.TagClassName
{
border-color: #BA7CF1;
}
</style>