Shades of Medium Orchid #BA37D9
Tints of Medium Orchid #BA37D9
RGB
CMYK
RGB Variations
Color information
#BA37D9 (or 0xBA37D9) is known color: Medium Orchid. HEX triplet: BA, 37 and D9. RGB value is (186,55,217). Sum of RGB (Red+Green+Blue) = 186+55+217=458 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.61% from 458); Green value is 55 (21.88% from 255 or 12.01% from 458); Blue value is 217 (85.16% from 255 or 47.38% from 458); Max value from RGB is 217 - color contains mainly: blue. Hex color #BA37D9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA37D9 is #45C826. Grayscale: #707070. Windows color (decimal): -4573223 or 14235578. OLE color: 14235578.
HSL color Cylindrical-coordinate representation of color #BA37D9: hue angle of 288.52º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BA37D9 is Cyan = 0.14, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 186 | 55 | 217 | - |
| CMYK | 0.14 | 0.75 | 0 | 0.15 |
| HSL | 288.52º | 0.68% | 0.53% | - |
| HSV(B) | 288.52º | 0.75% | 0.85% | - |
| XYZ | 34.14 | 18.18 | 67.36 | - |
| YUV | 112.64 | 186.9 | 180.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 55 | 217 | 0.14 | 0.75 | 0 | 0.15 | 288.52 | 0.68 | 0.53 |
| Hex | BA | 37 | D9 | E | 4B | 0 | F | 121 | 44 | 35 |
| Octal | 272 | 67 | 331 | 16 | 113 | 0 | 17 | 441 | 104 | 65 |
| Binary | 10111010 | 110111 | 11011001 | 1110 | 1001011 | 0 | 1111 | 100100001 | 1000100 | 110101 |
Color Harmonies of #BA37D9
Complementary color
Monochromatic Colors of #BA37D9
Black with #BA37D9
Text Example
Text Example
White with #BA37D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA37D9; }
p { color: rgb(186,55,217); }
H1.HeaderClassName
{
color: #BA37D9;
}
.AnyTagClassName
{
color: #BA37D9;
}
</style>
background-color css
<style>
a { background-color: #BA37D9; }
a { background-color: rgb(186,55,217); }
div.DivClassName
{
background-color: #BA37D9;
}
.BgClassName
{
background-color: #BA37D9;
}
</style>
border-color css
<style>
span { border-color: #BA37D9; }
span { border-color: rgb(186,55,217); }
td.TdClassName
{
border-color: #BA37D9;
}
.TagClassName
{
border-color: #BA37D9;
}
</style>