Shades of Medium Orchid #BA37ED
Tints of Medium Orchid #BA37ED
RGB
CMYK
RGB Variations
Color information
#BA37ED (or 0xBA37ED) is known color: Medium Orchid. HEX triplet: BA, 37 and ED. RGB value is (186,55,237). Sum of RGB (Red+Green+Blue) = 186+55+237=478 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.91% from 478); Green value is 55 (21.88% from 255 or 11.51% from 478); Blue value is 237 (92.97% from 255 or 49.58% from 478); Max value from RGB is 237 - color contains mainly: blue. Hex color #BA37ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA37ED is #45C812. Grayscale: #727272. Windows color (decimal): -4573203 or 15546298. OLE color: 15546298.
HSL color Cylindrical-coordinate representation of color #BA37ED: hue angle of 283.19º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BA37ED is Cyan = 0.22, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 186 | 55 | 237 | - |
| CMYK | 0.22 | 0.77 | 0 | 0.07 |
| HSL | 283.19º | 0.83% | 0.57% | - |
| HSV(B) | 283.19º | 0.77% | 0.93% | - |
| XYZ | 36.9 | 19.29 | 81.9 | - |
| YUV | 114.92 | 196.9 | 178.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 55 | 237 | 0.22 | 0.77 | 0 | 0.07 | 283.19 | 0.83 | 0.57 |
| Hex | BA | 37 | ED | 16 | 4D | 0 | 7 | 11B | 53 | 39 |
| Octal | 272 | 67 | 355 | 26 | 115 | 0 | 7 | 433 | 123 | 71 |
| Binary | 10111010 | 110111 | 11101101 | 10110 | 1001101 | 0 | 111 | 100011011 | 1010011 | 111001 |
Color Harmonies of #BA37ED
Complementary color
Monochromatic Colors of #BA37ED
Black with #BA37ED
Text Example
Text Example
White with #BA37ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA37ED; }
p { color: rgb(186,55,237); }
H1.HeaderClassName
{
color: #BA37ED;
}
.AnyTagClassName
{
color: #BA37ED;
}
</style>
background-color css
<style>
a { background-color: #BA37ED; }
a { background-color: rgb(186,55,237); }
div.DivClassName
{
background-color: #BA37ED;
}
.BgClassName
{
background-color: #BA37ED;
}
</style>
border-color css
<style>
span { border-color: #BA37ED; }
span { border-color: rgb(186,55,237); }
td.TdClassName
{
border-color: #BA37ED;
}
.TagClassName
{
border-color: #BA37ED;
}
</style>