Shades of Medium Orchid #BA37CD
Tints of Medium Orchid #BA37CD
RGB
CMYK
RGB Variations
Color information
#BA37CD (or 0xBA37CD) is known color: Medium Orchid. HEX triplet: BA, 37 and CD. RGB value is (186,55,205). Sum of RGB (Red+Green+Blue) = 186+55+205=446 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.70% from 446); Green value is 55 (21.88% from 255 or 12.33% from 446); Blue value is 205 (80.47% from 255 or 45.96% from 446); Max value from RGB is 205 - color contains mainly: blue. Hex color #BA37CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA37CD is #45C832. Grayscale: #6E6E6E. Windows color (decimal): -4573235 or 13449146. OLE color: 13449146.
HSL color Cylindrical-coordinate representation of color #BA37CD: hue angle of 292.4º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BA37CD is Cyan = 0.09, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 186 | 55 | 205 | - |
| CMYK | 0.09 | 0.73 | 0 | 0.20 |
| HSL | 292.4º | 0.6% | 0.51% | - |
| HSV(B) | 292.4º | 0.73% | 0.8% | - |
| XYZ | 32.64 | 17.58 | 59.43 | - |
| YUV | 111.27 | 180.9 | 181.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 55 | 205 | 0.09 | 0.73 | 0 | 0.20 | 292.4 | 0.6 | 0.51 |
| Hex | BA | 37 | CD | 9 | 49 | 0 | 14 | 124 | 3C | 33 |
| Octal | 272 | 67 | 315 | 11 | 111 | 0 | 24 | 444 | 74 | 63 |
| Binary | 10111010 | 110111 | 11001101 | 1001 | 1001001 | 0 | 10100 | 100100100 | 111100 | 110011 |
Color Harmonies of #BA37CD
Complementary color
Monochromatic Colors of #BA37CD
Black with #BA37CD
Text Example
Text Example
White with #BA37CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA37CD; }
p { color: rgb(186,55,205); }
H1.HeaderClassName
{
color: #BA37CD;
}
.AnyTagClassName
{
color: #BA37CD;
}
</style>
background-color css
<style>
a { background-color: #BA37CD; }
a { background-color: rgb(186,55,205); }
div.DivClassName
{
background-color: #BA37CD;
}
.BgClassName
{
background-color: #BA37CD;
}
</style>
border-color css
<style>
span { border-color: #BA37CD; }
span { border-color: rgb(186,55,205); }
td.TdClassName
{
border-color: #BA37CD;
}
.TagClassName
{
border-color: #BA37CD;
}
</style>