Shades of Medium Orchid #BA5ECD
Tints of Medium Orchid #BA5ECD
RGB
CMYK
RGB Variations
Color information
#BA5ECD (or 0xBA5ECD) is known color: Medium Orchid. HEX triplet: BA, 5E and CD. RGB value is (186,94,205). Sum of RGB (Red+Green+Blue) = 186+94+205=485 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.35% from 485); Green value is 94 (37.11% from 255 or 19.38% from 485); Blue value is 205 (80.47% from 255 or 42.27% from 485); Max value from RGB is 205 - color contains mainly: blue. Hex color #BA5ECD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA5ECD is #45A132. Grayscale: #858585. Windows color (decimal): -4563251 or 13459130. OLE color: 13459130.
HSL color Cylindrical-coordinate representation of color #BA5ECD: hue angle of 289.73º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BA5ECD is Cyan = 0.09, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 186 | 94 | 205 | - |
| CMYK | 0.09 | 0.54 | 0 | 0.20 |
| HSL | 289.73º | 0.53% | 0.59% | - |
| HSV(B) | 289.73º | 0.54% | 0.8% | - |
| XYZ | 35.27 | 22.85 | 60.31 | - |
| YUV | 134.16 | 167.98 | 164.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 94 | 205 | 0.09 | 0.54 | 0 | 0.20 | 289.73 | 0.53 | 0.59 |
| Hex | BA | 5E | CD | 9 | 36 | 0 | 14 | 122 | 35 | 3B |
| Octal | 272 | 136 | 315 | 11 | 66 | 0 | 24 | 442 | 65 | 73 |
| Binary | 10111010 | 1011110 | 11001101 | 1001 | 110110 | 0 | 10100 | 100100010 | 110101 | 111011 |
Color Harmonies of #BA5ECD
Complementary color
Monochromatic Colors of #BA5ECD
Black with #BA5ECD
Text Example
Text Example
White with #BA5ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5ECD; }
p { color: rgb(186,94,205); }
H1.HeaderClassName
{
color: #BA5ECD;
}
.AnyTagClassName
{
color: #BA5ECD;
}
</style>
background-color css
<style>
a { background-color: #BA5ECD; }
a { background-color: rgb(186,94,205); }
div.DivClassName
{
background-color: #BA5ECD;
}
.BgClassName
{
background-color: #BA5ECD;
}
</style>
border-color css
<style>
span { border-color: #BA5ECD; }
span { border-color: rgb(186,94,205); }
td.TdClassName
{
border-color: #BA5ECD;
}
.TagClassName
{
border-color: #BA5ECD;
}
</style>