Shades of Medium Orchid #BA5CED
Tints of Medium Orchid #BA5CED
RGB
CMYK
RGB Variations
Color information
#BA5CED (or 0xBA5CED) is known color: Medium Orchid. HEX triplet: BA, 5C and ED. RGB value is (186,92,237). Sum of RGB (Red+Green+Blue) = 186+92+237=515 (68% of max value = 765). Red value is 186 (73.05% from 255 or 36.12% from 515); Green value is 92 (36.33% from 255 or 17.86% from 515); Blue value is 237 (92.97% from 255 or 46.02% from 515); Max value from RGB is 237 - color contains mainly: blue. Hex color #BA5CED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA5CED is #45A312. Grayscale: #888888. Windows color (decimal): -4563731 or 15555770. OLE color: 15555770.
HSL color Cylindrical-coordinate representation of color #BA5CED: hue angle of 278.9º 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 #BA5CED is Cyan = 0.22, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 186 | 92 | 237 | - |
| CMYK | 0.22 | 0.61 | 0 | 0.07 |
| HSL | 278.9º | 0.8% | 0.65% | - |
| HSV(B) | 278.9º | 0.61% | 0.93% | - |
| XYZ | 39.36 | 24.21 | 82.72 | - |
| YUV | 136.64 | 184.64 | 163.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 92 | 237 | 0.22 | 0.61 | 0 | 0.07 | 278.9 | 0.8 | 0.65 |
| Hex | BA | 5C | ED | 16 | 3D | 0 | 7 | 117 | 50 | 41 |
| Octal | 272 | 134 | 355 | 26 | 75 | 0 | 7 | 427 | 120 | 101 |
| Binary | 10111010 | 1011100 | 11101101 | 10110 | 111101 | 0 | 111 | 100010111 | 1010000 | 1000001 |
Color Harmonies of #BA5CED
Complementary color
Monochromatic Colors of #BA5CED
Black with #BA5CED
Text Example
Text Example
White with #BA5CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5CED; }
p { color: rgb(186,92,237); }
H1.HeaderClassName
{
color: #BA5CED;
}
.AnyTagClassName
{
color: #BA5CED;
}
</style>
background-color css
<style>
a { background-color: #BA5CED; }
a { background-color: rgb(186,92,237); }
div.DivClassName
{
background-color: #BA5CED;
}
.BgClassName
{
background-color: #BA5CED;
}
</style>
border-color css
<style>
span { border-color: #BA5CED; }
span { border-color: rgb(186,92,237); }
td.TdClassName
{
border-color: #BA5CED;
}
.TagClassName
{
border-color: #BA5CED;
}
</style>