Shades of Heliotrope #BA7CF3
Tints of Heliotrope #BA7CF3
RGB
CMYK
RGB Variations
Color information
#BA7CF3 (or 0xBA7CF3) is known color: Heliotrope. HEX triplet: BA, 7C and F3. RGB value is (186,124,243). Sum of RGB (Red+Green+Blue) = 186+124+243=553 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.63% from 553); Green value is 124 (48.83% from 255 or 22.42% from 553); Blue value is 243 (95.31% from 255 or 43.94% from 553); Max value from RGB is 243 - color contains mainly: blue. Hex color #BA7CF3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA7CF3 is #45830C. Grayscale: #9B9B9B. Windows color (decimal): -4555533 or 15957178. OLE color: 15957178.
HSL color Cylindrical-coordinate representation of color #BA7CF3: hue angle of 271.26º degrees, saturation: 0.83, 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 #BA7CF3 is Cyan = 0.23, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 186 | 124 | 243 | - |
| CMYK | 0.23 | 0.49 | 0 | 0.05 |
| HSL | 271.26º | 0.83% | 0.72% | - |
| HSV(B) | 271.26º | 0.49% | 0.95% | - |
| XYZ | 43.64 | 31.33 | 88.54 | - |
| YUV | 156.1 | 177.04 | 149.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 124 | 243 | 0.23 | 0.49 | 0 | 0.05 | 271.26 | 0.83 | 0.72 |
| Hex | BA | 7C | F3 | 17 | 31 | 0 | 5 | 10F | 53 | 48 |
| Octal | 272 | 174 | 363 | 27 | 61 | 0 | 5 | 417 | 123 | 110 |
| Binary | 10111010 | 1111100 | 11110011 | 10111 | 110001 | 0 | 101 | 100001111 | 1010011 | 1001000 |
Color Harmonies of #BA7CF3
Complementary color
Monochromatic Colors of #BA7CF3
Black with #BA7CF3
Text Example
Text Example
White with #BA7CF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7CF3; }
p { color: rgb(186,124,243); }
H1.HeaderClassName
{
color: #BA7CF3;
}
.AnyTagClassName
{
color: #BA7CF3;
}
</style>
background-color css
<style>
a { background-color: #BA7CF3; }
a { background-color: rgb(186,124,243); }
div.DivClassName
{
background-color: #BA7CF3;
}
.BgClassName
{
background-color: #BA7CF3;
}
</style>
border-color css
<style>
span { border-color: #BA7CF3; }
span { border-color: rgb(186,124,243); }
td.TdClassName
{
border-color: #BA7CF3;
}
.TagClassName
{
border-color: #BA7CF3;
}
</style>