Shades of Medium Orchid #BA5EDC
Tints of Medium Orchid #BA5EDC
RGB
CMYK
RGB Variations
Color information
#BA5EDC (or 0xBA5EDC) is known color: Medium Orchid. HEX triplet: BA, 5E and DC. RGB value is (186,94,220). Sum of RGB (Red+Green+Blue) = 186+94+220=500 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.2% from 500); Green value is 94 (37.11% from 255 or 18.8% from 500); Blue value is 220 (86.33% from 255 or 44% from 500); Max value from RGB is 220 - color contains mainly: blue. Hex color #BA5EDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA5EDC is #45A123. Grayscale: #878787. Windows color (decimal): -4563236 or 14442170. OLE color: 14442170.
HSL color Cylindrical-coordinate representation of color #BA5EDC: hue angle of 283.81º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BA5EDC is Cyan = 0.15, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 186 | 94 | 220 | - |
| CMYK | 0.15 | 0.57 | 0 | 0.14 |
| HSL | 283.81º | 0.64% | 0.62% | - |
| HSV(B) | 283.81º | 0.57% | 0.86% | - |
| XYZ | 37.17 | 23.61 | 70.31 | - |
| YUV | 135.87 | 175.48 | 163.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 94 | 220 | 0.15 | 0.57 | 0 | 0.14 | 283.81 | 0.64 | 0.62 |
| Hex | BA | 5E | DC | F | 39 | 0 | E | 11C | 40 | 3E |
| Octal | 272 | 136 | 334 | 17 | 71 | 0 | 16 | 434 | 100 | 76 |
| Binary | 10111010 | 1011110 | 11011100 | 1111 | 111001 | 0 | 1110 | 100011100 | 1000000 | 111110 |
Color Harmonies of #BA5EDC
Complementary color
Monochromatic Colors of #BA5EDC
Black with #BA5EDC
Text Example
Text Example
White with #BA5EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5EDC; }
p { color: rgb(186,94,220); }
H1.HeaderClassName
{
color: #BA5EDC;
}
.AnyTagClassName
{
color: #BA5EDC;
}
</style>
background-color css
<style>
a { background-color: #BA5EDC; }
a { background-color: rgb(186,94,220); }
div.DivClassName
{
background-color: #BA5EDC;
}
.BgClassName
{
background-color: #BA5EDC;
}
</style>
border-color css
<style>
span { border-color: #BA5EDC; }
span { border-color: rgb(186,94,220); }
td.TdClassName
{
border-color: #BA5EDC;
}
.TagClassName
{
border-color: #BA5EDC;
}
</style>