Shades of Medium Orchid #BA5EC7
Tints of Medium Orchid #BA5EC7
RGB
CMYK
RGB Variations
Color information
#BA5EC7 (or 0xBA5EC7) is known color: Medium Orchid. HEX triplet: BA, 5E and C7. RGB value is (186,94,199). Sum of RGB (Red+Green+Blue) = 186+94+199=479 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.83% from 479); Green value is 94 (37.11% from 255 or 19.62% from 479); Blue value is 199 (78.12% from 255 or 41.54% from 479); Max value from RGB is 199 - color contains mainly: blue. Hex color #BA5EC7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA5EC7 is #45A138. Grayscale: #858585. Windows color (decimal): -4563257 or 13065914. OLE color: 13065914.
HSL color Cylindrical-coordinate representation of color #BA5EC7: hue angle of 292.57º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BA5EC7 is Cyan = 0.07, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 186 | 94 | 199 | - |
| CMYK | 0.07 | 0.53 | 0 | 0.22 |
| HSL | 292.57º | 0.48% | 0.57% | - |
| HSV(B) | 292.57º | 0.53% | 0.78% | - |
| XYZ | 34.56 | 22.57 | 56.57 | - |
| YUV | 133.48 | 164.98 | 165.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 94 | 199 | 0.07 | 0.53 | 0 | 0.22 | 292.57 | 0.48 | 0.57 |
| Hex | BA | 5E | C7 | 7 | 35 | 0 | 16 | 125 | 30 | 39 |
| Octal | 272 | 136 | 307 | 7 | 65 | 0 | 26 | 445 | 60 | 71 |
| Binary | 10111010 | 1011110 | 11000111 | 111 | 110101 | 0 | 10110 | 100100101 | 110000 | 111001 |
Color Harmonies of #BA5EC7
Complementary color
Monochromatic Colors of #BA5EC7
Black with #BA5EC7
Text Example
Text Example
White with #BA5EC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5EC7; }
p { color: rgb(186,94,199); }
H1.HeaderClassName
{
color: #BA5EC7;
}
.AnyTagClassName
{
color: #BA5EC7;
}
</style>
background-color css
<style>
a { background-color: #BA5EC7; }
a { background-color: rgb(186,94,199); }
div.DivClassName
{
background-color: #BA5EC7;
}
.BgClassName
{
background-color: #BA5EC7;
}
</style>
border-color css
<style>
span { border-color: #BA5EC7; }
span { border-color: rgb(186,94,199); }
td.TdClassName
{
border-color: #BA5EC7;
}
.TagClassName
{
border-color: #BA5EC7;
}
</style>