Shades of Medium Orchid #BA37E5
Tints of Medium Orchid #BA37E5
RGB
CMYK
RGB Variations
Color information
#BA37E5 (or 0xBA37E5) is known color: Medium Orchid. HEX triplet: BA, 37 and E5. RGB value is (186,55,229). Sum of RGB (Red+Green+Blue) = 186+55+229=470 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.57% from 470); Green value is 55 (21.88% from 255 or 11.70% from 470); Blue value is 229 (89.84% from 255 or 48.72% from 470); Max value from RGB is 229 - color contains mainly: blue. Hex color #BA37E5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA37E5 is #45C81A. Grayscale: #717171. Windows color (decimal): -4573211 or 15022010. OLE color: 15022010.
HSL color Cylindrical-coordinate representation of color #BA37E5: hue angle of 285.17º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BA37E5 is Cyan = 0.19, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 186 | 55 | 229 | - |
| CMYK | 0.19 | 0.76 | 0 | 0.10 |
| HSL | 285.17º | 0.77% | 0.56% | - |
| HSV(B) | 285.17º | 0.76% | 0.9% | - |
| XYZ | 35.76 | 18.83 | 75.88 | - |
| YUV | 114.01 | 192.9 | 179.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 55 | 229 | 0.19 | 0.76 | 0 | 0.10 | 285.17 | 0.77 | 0.56 |
| Hex | BA | 37 | E5 | 13 | 4C | 0 | A | 11D | 4D | 38 |
| Octal | 272 | 67 | 345 | 23 | 114 | 0 | 12 | 435 | 115 | 70 |
| Binary | 10111010 | 110111 | 11100101 | 10011 | 1001100 | 0 | 1010 | 100011101 | 1001101 | 111000 |
Color Harmonies of #BA37E5
Complementary color
Monochromatic Colors of #BA37E5
Black with #BA37E5
Text Example
Text Example
White with #BA37E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA37E5; }
p { color: rgb(186,55,229); }
H1.HeaderClassName
{
color: #BA37E5;
}
.AnyTagClassName
{
color: #BA37E5;
}
</style>
background-color css
<style>
a { background-color: #BA37E5; }
a { background-color: rgb(186,55,229); }
div.DivClassName
{
background-color: #BA37E5;
}
.BgClassName
{
background-color: #BA37E5;
}
</style>
border-color css
<style>
span { border-color: #BA37E5; }
span { border-color: rgb(186,55,229); }
td.TdClassName
{
border-color: #BA37E5;
}
.TagClassName
{
border-color: #BA37E5;
}
</style>