Shades of Medium Orchid #BA5ED0
Tints of Medium Orchid #BA5ED0
RGB
CMYK
RGB Variations
Color information
#BA5ED0 (or 0xBA5ED0) is known color: Medium Orchid. HEX triplet: BA, 5E and D0. RGB value is (186,94,208). Sum of RGB (Red+Green+Blue) = 186+94+208=488 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.11% from 488); Green value is 94 (37.11% from 255 or 19.26% from 488); Blue value is 208 (81.64% from 255 or 42.62% from 488); Max value from RGB is 208 - color contains mainly: blue. Hex color #BA5ED0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA5ED0 is #45A12F. Grayscale: #868686. Windows color (decimal): -4563248 or 13655738. OLE color: 13655738.
HSL color Cylindrical-coordinate representation of color #BA5ED0: hue angle of 288.42º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BA5ED0 is Cyan = 0.11, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 186 | 94 | 208 | - |
| CMYK | 0.11 | 0.55 | 0 | 0.18 |
| HSL | 288.42º | 0.55% | 0.59% | - |
| HSV(B) | 288.42º | 0.55% | 0.82% | - |
| XYZ | 35.64 | 23 | 62.24 | - |
| YUV | 134.5 | 169.48 | 164.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 94 | 208 | 0.11 | 0.55 | 0 | 0.18 | 288.42 | 0.55 | 0.59 |
| Hex | BA | 5E | D0 | B | 37 | 0 | 12 | 120 | 37 | 3B |
| Octal | 272 | 136 | 320 | 13 | 67 | 0 | 22 | 440 | 67 | 73 |
| Binary | 10111010 | 1011110 | 11010000 | 1011 | 110111 | 0 | 10010 | 100100000 | 110111 | 111011 |
Color Harmonies of #BA5ED0
Complementary color
Monochromatic Colors of #BA5ED0
Black with #BA5ED0
Text Example
Text Example
White with #BA5ED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5ED0; }
p { color: rgb(186,94,208); }
H1.HeaderClassName
{
color: #BA5ED0;
}
.AnyTagClassName
{
color: #BA5ED0;
}
</style>
background-color css
<style>
a { background-color: #BA5ED0; }
a { background-color: rgb(186,94,208); }
div.DivClassName
{
background-color: #BA5ED0;
}
.BgClassName
{
background-color: #BA5ED0;
}
</style>
border-color css
<style>
span { border-color: #BA5ED0; }
span { border-color: rgb(186,94,208); }
td.TdClassName
{
border-color: #BA5ED0;
}
.TagClassName
{
border-color: #BA5ED0;
}
</style>