Shades of Medium Orchid #BA37DE
Tints of Medium Orchid #BA37DE
RGB
CMYK
RGB Variations
Color information
#BA37DE (or 0xBA37DE) is known color: Medium Orchid. HEX triplet: BA, 37 and DE. RGB value is (186,55,222). Sum of RGB (Red+Green+Blue) = 186+55+222=463 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.17% from 463); Green value is 55 (21.88% from 255 or 11.88% from 463); Blue value is 222 (87.11% from 255 or 47.95% from 463); Max value from RGB is 222 - color contains mainly: blue. Hex color #BA37DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA37DE is #45C821. Grayscale: #707070. Windows color (decimal): -4573218 or 14563258. OLE color: 14563258.
HSL color Cylindrical-coordinate representation of color #BA37DE: hue angle of 287.07º degrees, saturation: 0.72, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BA37DE is Cyan = 0.16, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 55 | 222 | - |
| CMYK | 0.16 | 0.75 | 0 | 0.13 |
| HSL | 287.07º | 0.72% | 0.54% | - |
| HSV(B) | 287.07º | 0.75% | 0.87% | - |
| XYZ | 34.8 | 18.45 | 70.83 | - |
| YUV | 113.21 | 189.4 | 179.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 55 | 222 | 0.16 | 0.75 | 0 | 0.13 | 287.07 | 0.72 | 0.54 |
| Hex | BA | 37 | DE | 10 | 4B | 0 | D | 11F | 48 | 36 |
| Octal | 272 | 67 | 336 | 20 | 113 | 0 | 15 | 437 | 110 | 66 |
| Binary | 10111010 | 110111 | 11011110 | 10000 | 1001011 | 0 | 1101 | 100011111 | 1001000 | 110110 |
Color Harmonies of #BA37DE
Complementary color
Monochromatic Colors of #BA37DE
Black with #BA37DE
Text Example
Text Example
White with #BA37DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA37DE; }
p { color: rgb(186,55,222); }
H1.HeaderClassName
{
color: #BA37DE;
}
.AnyTagClassName
{
color: #BA37DE;
}
</style>
background-color css
<style>
a { background-color: #BA37DE; }
a { background-color: rgb(186,55,222); }
div.DivClassName
{
background-color: #BA37DE;
}
.BgClassName
{
background-color: #BA37DE;
}
</style>
border-color css
<style>
span { border-color: #BA37DE; }
span { border-color: rgb(186,55,222); }
td.TdClassName
{
border-color: #BA37DE;
}
.TagClassName
{
border-color: #BA37DE;
}
</style>