Shades of Medium Orchid #BA5DED
Tints of Medium Orchid #BA5DED
RGB
CMYK
RGB Variations
Color information
#BA5DED (or 0xBA5DED) is known color: Medium Orchid. HEX triplet: BA, 5D and ED. RGB value is (186,93,237). Sum of RGB (Red+Green+Blue) = 186+93+237=516 (68% of max value = 765). Red value is 186 (73.05% from 255 or 36.05% from 516); Green value is 93 (36.72% from 255 or 18.02% from 516); Blue value is 237 (92.97% from 255 or 45.93% from 516); Max value from RGB is 237 - color contains mainly: blue. Hex color #BA5DED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA5DED is #45A212. Grayscale: #888888. Windows color (decimal): -4563475 or 15556026. OLE color: 15556026.
HSL color Cylindrical-coordinate representation of color #BA5DED: hue angle of 278.75º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BA5DED is Cyan = 0.22, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 186 | 93 | 237 | - |
| CMYK | 0.22 | 0.61 | 0 | 0.07 |
| HSL | 278.75º | 0.8% | 0.65% | - |
| HSV(B) | 278.75º | 0.61% | 0.93% | - |
| XYZ | 39.45 | 24.38 | 82.75 | - |
| YUV | 137.22 | 184.31 | 162.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 93 | 237 | 0.22 | 0.61 | 0 | 0.07 | 278.75 | 0.8 | 0.65 |
| Hex | BA | 5D | ED | 16 | 3D | 0 | 7 | 117 | 50 | 41 |
| Octal | 272 | 135 | 355 | 26 | 75 | 0 | 7 | 427 | 120 | 101 |
| Binary | 10111010 | 1011101 | 11101101 | 10110 | 111101 | 0 | 111 | 100010111 | 1010000 | 1000001 |
Color Harmonies of #BA5DED
Complementary color
Monochromatic Colors of #BA5DED
Black with #BA5DED
Text Example
Text Example
White with #BA5DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5DED; }
p { color: rgb(186,93,237); }
H1.HeaderClassName
{
color: #BA5DED;
}
.AnyTagClassName
{
color: #BA5DED;
}
</style>
background-color css
<style>
a { background-color: #BA5DED; }
a { background-color: rgb(186,93,237); }
div.DivClassName
{
background-color: #BA5DED;
}
.BgClassName
{
background-color: #BA5DED;
}
</style>
border-color css
<style>
span { border-color: #BA5DED; }
span { border-color: rgb(186,93,237); }
td.TdClassName
{
border-color: #BA5DED;
}
.TagClassName
{
border-color: #BA5DED;
}
</style>