Shades of Medium Orchid #BA37CA
Tints of Medium Orchid #BA37CA
RGB
CMYK
RGB Variations
Color information
#BA37CA (or 0xBA37CA) is known color: Medium Orchid. HEX triplet: BA, 37 and CA. RGB value is (186,55,202). Sum of RGB (Red+Green+Blue) = 186+55+202=443 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.99% from 443); Green value is 55 (21.88% from 255 or 12.42% from 443); Blue value is 202 (79.30% from 255 or 45.60% from 443); Max value from RGB is 202 - color contains mainly: blue. Hex color #BA37CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA37CA is #45C835. Grayscale: #6E6E6E. Windows color (decimal): -4573238 or 13252538. OLE color: 13252538.
HSL color Cylindrical-coordinate representation of color #BA37CA: hue angle of 293.47º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BA37CA is Cyan = 0.08, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 186 | 55 | 202 | - |
| CMYK | 0.08 | 0.73 | 0 | 0.21 |
| HSL | 293.47º | 0.58% | 0.5% | - |
| HSV(B) | 293.47º | 0.73% | 0.79% | - |
| XYZ | 32.28 | 17.44 | 57.54 | - |
| YUV | 110.93 | 179.4 | 181.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 55 | 202 | 0.08 | 0.73 | 0 | 0.21 | 293.47 | 0.58 | 0.5 |
| Hex | BA | 37 | CA | 8 | 49 | 0 | 15 | 125 | 3A | 32 |
| Octal | 272 | 67 | 312 | 10 | 111 | 0 | 25 | 445 | 72 | 62 |
| Binary | 10111010 | 110111 | 11001010 | 1000 | 1001001 | 0 | 10101 | 100100101 | 111010 | 110010 |
Color Harmonies of #BA37CA
Complementary color
Monochromatic Colors of #BA37CA
Black with #BA37CA
Text Example
Text Example
White with #BA37CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA37CA; }
p { color: rgb(186,55,202); }
H1.HeaderClassName
{
color: #BA37CA;
}
.AnyTagClassName
{
color: #BA37CA;
}
</style>
background-color css
<style>
a { background-color: #BA37CA; }
a { background-color: rgb(186,55,202); }
div.DivClassName
{
background-color: #BA37CA;
}
.BgClassName
{
background-color: #BA37CA;
}
</style>
border-color css
<style>
span { border-color: #BA37CA; }
span { border-color: rgb(186,55,202); }
td.TdClassName
{
border-color: #BA37CA;
}
.TagClassName
{
border-color: #BA37CA;
}
</style>