Shades of Medium Orchid #BA37EF
Tints of Medium Orchid #BA37EF
RGB
CMYK
RGB Variations
Color information
#BA37EF (or 0xBA37EF) is known color: Medium Orchid. HEX triplet: BA, 37 and EF. RGB value is (186,55,239). Sum of RGB (Red+Green+Blue) = 186+55+239=480 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.75% from 480); Green value is 55 (21.88% from 255 or 11.46% from 480); Blue value is 239 (93.75% from 255 or 49.79% from 480); Max value from RGB is 239 - color contains mainly: blue. Hex color #BA37EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA37EF is #45C810. Grayscale: #727272. Windows color (decimal): -4573201 or 15677370. OLE color: 15677370.
HSL color Cylindrical-coordinate representation of color #BA37EF: hue angle of 282.72º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BA37EF is Cyan = 0.22, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 186 | 55 | 239 | - |
| CMYK | 0.22 | 0.77 | 0 | 0.06 |
| HSL | 282.72º | 0.85% | 0.58% | - |
| HSV(B) | 282.72º | 0.77% | 0.94% | - |
| XYZ | 37.2 | 19.4 | 83.45 | - |
| YUV | 115.15 | 197.9 | 178.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 55 | 239 | 0.22 | 0.77 | 0 | 0.06 | 282.72 | 0.85 | 0.58 |
| Hex | BA | 37 | EF | 16 | 4D | 0 | 6 | 11B | 55 | 3A |
| Octal | 272 | 67 | 357 | 26 | 115 | 0 | 6 | 433 | 125 | 72 |
| Binary | 10111010 | 110111 | 11101111 | 10110 | 1001101 | 0 | 110 | 100011011 | 1010101 | 111010 |
Color Harmonies of #BA37EF
Complementary color
Monochromatic Colors of #BA37EF
Black with #BA37EF
Text Example
Text Example
White with #BA37EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA37EF; }
p { color: rgb(186,55,239); }
H1.HeaderClassName
{
color: #BA37EF;
}
.AnyTagClassName
{
color: #BA37EF;
}
</style>
background-color css
<style>
a { background-color: #BA37EF; }
a { background-color: rgb(186,55,239); }
div.DivClassName
{
background-color: #BA37EF;
}
.BgClassName
{
background-color: #BA37EF;
}
</style>
border-color css
<style>
span { border-color: #BA37EF; }
span { border-color: rgb(186,55,239); }
td.TdClassName
{
border-color: #BA37EF;
}
.TagClassName
{
border-color: #BA37EF;
}
</style>