Shades of Heliotrope #BA7CF2
Tints of Heliotrope #BA7CF2
RGB
CMYK
RGB Variations
Color information
#BA7CF2 (or 0xBA7CF2) is known color: Heliotrope. HEX triplet: BA, 7C and F2. RGB value is (186,124,242). Sum of RGB (Red+Green+Blue) = 186+124+242=552 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.70% from 552); Green value is 124 (48.83% from 255 or 22.46% from 552); Blue value is 242 (94.92% from 255 or 43.84% from 552); Max value from RGB is 242 - color contains mainly: blue. Hex color #BA7CF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA7CF2 is #45830D. Grayscale: #9B9B9B. Windows color (decimal): -4555534 or 15891642. OLE color: 15891642.
HSL color Cylindrical-coordinate representation of color #BA7CF2: hue angle of 271.53º degrees, saturation: 0.82, 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 #BA7CF2 is Cyan = 0.23, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 186 | 124 | 242 | - |
| CMYK | 0.23 | 0.49 | 0 | 0.05 |
| HSL | 271.53º | 0.82% | 0.72% | - |
| HSV(B) | 271.53º | 0.49% | 0.95% | - |
| XYZ | 43.48 | 31.27 | 87.75 | - |
| YUV | 155.99 | 176.54 | 149.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 124 | 242 | 0.23 | 0.49 | 0 | 0.05 | 271.53 | 0.82 | 0.72 |
| Hex | BA | 7C | F2 | 17 | 31 | 0 | 5 | 110 | 52 | 48 |
| Octal | 272 | 174 | 362 | 27 | 61 | 0 | 5 | 420 | 122 | 110 |
| Binary | 10111010 | 1111100 | 11110010 | 10111 | 110001 | 0 | 101 | 100010000 | 1010010 | 1001000 |
Color Harmonies of #BA7CF2
Complementary color
Monochromatic Colors of #BA7CF2
Black with #BA7CF2
Text Example
Text Example
White with #BA7CF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7CF2; }
p { color: rgb(186,124,242); }
H1.HeaderClassName
{
color: #BA7CF2;
}
.AnyTagClassName
{
color: #BA7CF2;
}
</style>
background-color css
<style>
a { background-color: #BA7CF2; }
a { background-color: rgb(186,124,242); }
div.DivClassName
{
background-color: #BA7CF2;
}
.BgClassName
{
background-color: #BA7CF2;
}
</style>
border-color css
<style>
span { border-color: #BA7CF2; }
span { border-color: rgb(186,124,242); }
td.TdClassName
{
border-color: #BA7CF2;
}
.TagClassName
{
border-color: #BA7CF2;
}
</style>