Shades of Medium Orchid #BA5EDD
Tints of Medium Orchid #BA5EDD
RGB
CMYK
RGB Variations
Color information
#BA5EDD (or 0xBA5EDD) is known color: Medium Orchid. HEX triplet: BA, 5E and DD. RGB value is (186,94,221). Sum of RGB (Red+Green+Blue) = 186+94+221=501 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.13% from 501); Green value is 94 (37.11% from 255 or 18.76% from 501); Blue value is 221 (86.72% from 255 or 44.11% from 501); Max value from RGB is 221 - color contains mainly: blue. Hex color #BA5EDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA5EDD is #45A122. Grayscale: #878787. Windows color (decimal): -4563235 or 14507706. OLE color: 14507706.
HSL color Cylindrical-coordinate representation of color #BA5EDD: hue angle of 283.46º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BA5EDD is Cyan = 0.16, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 94 | 221 | - |
| CMYK | 0.16 | 0.57 | 0 | 0.13 |
| HSL | 283.46º | 0.65% | 0.62% | - |
| HSV(B) | 283.46º | 0.57% | 0.87% | - |
| XYZ | 37.3 | 23.66 | 71.01 | - |
| YUV | 135.99 | 175.98 | 163.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 94 | 221 | 0.16 | 0.57 | 0 | 0.13 | 283.46 | 0.65 | 0.62 |
| Hex | BA | 5E | DD | 10 | 39 | 0 | D | 11B | 41 | 3E |
| Octal | 272 | 136 | 335 | 20 | 71 | 0 | 15 | 433 | 101 | 76 |
| Binary | 10111010 | 1011110 | 11011101 | 10000 | 111001 | 0 | 1101 | 100011011 | 1000001 | 111110 |
Color Harmonies of #BA5EDD
Complementary color
Monochromatic Colors of #BA5EDD
Black with #BA5EDD
Text Example
Text Example
White with #BA5EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5EDD; }
p { color: rgb(186,94,221); }
H1.HeaderClassName
{
color: #BA5EDD;
}
.AnyTagClassName
{
color: #BA5EDD;
}
</style>
background-color css
<style>
a { background-color: #BA5EDD; }
a { background-color: rgb(186,94,221); }
div.DivClassName
{
background-color: #BA5EDD;
}
.BgClassName
{
background-color: #BA5EDD;
}
</style>
border-color css
<style>
span { border-color: #BA5EDD; }
span { border-color: rgb(186,94,221); }
td.TdClassName
{
border-color: #BA5EDD;
}
.TagClassName
{
border-color: #BA5EDD;
}
</style>