Shades of Medium Orchid #BA37DC
Tints of Medium Orchid #BA37DC
RGB
CMYK
RGB Variations
Color information
#BA37DC (or 0xBA37DC) is known color: Medium Orchid. HEX triplet: BA, 37 and DC. RGB value is (186,55,220). Sum of RGB (Red+Green+Blue) = 186+55+220=461 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.35% from 461); Green value is 55 (21.88% from 255 or 11.93% from 461); Blue value is 220 (86.33% from 255 or 47.72% from 461); Max value from RGB is 220 - color contains mainly: blue. Hex color #BA37DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA37DC is #45C823. Grayscale: #707070. Windows color (decimal): -4573220 or 14432186. OLE color: 14432186.
HSL color Cylindrical-coordinate representation of color #BA37DC: hue angle of 287.64º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BA37DC is Cyan = 0.15, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 186 | 55 | 220 | - |
| CMYK | 0.15 | 0.75 | 0 | 0.14 |
| HSL | 287.64º | 0.7% | 0.54% | - |
| HSV(B) | 287.64º | 0.75% | 0.86% | - |
| XYZ | 34.53 | 18.34 | 69.43 | - |
| YUV | 112.98 | 188.4 | 180.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 55 | 220 | 0.15 | 0.75 | 0 | 0.14 | 287.64 | 0.7 | 0.54 |
| Hex | BA | 37 | DC | F | 4B | 0 | E | 120 | 46 | 36 |
| Octal | 272 | 67 | 334 | 17 | 113 | 0 | 16 | 440 | 106 | 66 |
| Binary | 10111010 | 110111 | 11011100 | 1111 | 1001011 | 0 | 1110 | 100100000 | 1000110 | 110110 |
Color Harmonies of #BA37DC
Complementary color
Monochromatic Colors of #BA37DC
Black with #BA37DC
Text Example
Text Example
White with #BA37DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA37DC; }
p { color: rgb(186,55,220); }
H1.HeaderClassName
{
color: #BA37DC;
}
.AnyTagClassName
{
color: #BA37DC;
}
</style>
background-color css
<style>
a { background-color: #BA37DC; }
a { background-color: rgb(186,55,220); }
div.DivClassName
{
background-color: #BA37DC;
}
.BgClassName
{
background-color: #BA37DC;
}
</style>
border-color css
<style>
span { border-color: #BA37DC; }
span { border-color: rgb(186,55,220); }
td.TdClassName
{
border-color: #BA37DC;
}
.TagClassName
{
border-color: #BA37DC;
}
</style>