Shades of Medium Orchid #BA37E4
Tints of Medium Orchid #BA37E4
RGB
CMYK
RGB Variations
Color information
#BA37E4 (or 0xBA37E4) is known color: Medium Orchid. HEX triplet: BA, 37 and E4. RGB value is (186,55,228). Sum of RGB (Red+Green+Blue) = 186+55+228=469 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.66% from 469); Green value is 55 (21.88% from 255 or 11.73% from 469); Blue value is 228 (89.45% from 255 or 48.61% from 469); Max value from RGB is 228 - color contains mainly: blue. Hex color #BA37E4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA37E4 is #45C81B. Grayscale: #717171. Windows color (decimal): -4573212 or 14956474. OLE color: 14956474.
HSL color Cylindrical-coordinate representation of color #BA37E4: hue angle of 285.43º degrees, saturation: 0.76, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BA37E4 is Cyan = 0.18, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 186 | 55 | 228 | - |
| CMYK | 0.18 | 0.76 | 0 | 0.11 |
| HSL | 285.43º | 0.76% | 0.55% | - |
| HSV(B) | 285.43º | 0.76% | 0.89% | - |
| XYZ | 35.62 | 18.77 | 75.14 | - |
| YUV | 113.89 | 192.4 | 179.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 55 | 228 | 0.18 | 0.76 | 0 | 0.11 | 285.43 | 0.76 | 0.55 |
| Hex | BA | 37 | E4 | 12 | 4C | 0 | B | 11D | 4C | 37 |
| Octal | 272 | 67 | 344 | 22 | 114 | 0 | 13 | 435 | 114 | 67 |
| Binary | 10111010 | 110111 | 11100100 | 10010 | 1001100 | 0 | 1011 | 100011101 | 1001100 | 110111 |
Color Harmonies of #BA37E4
Complementary color
Monochromatic Colors of #BA37E4
Black with #BA37E4
Text Example
Text Example
White with #BA37E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA37E4; }
p { color: rgb(186,55,228); }
H1.HeaderClassName
{
color: #BA37E4;
}
.AnyTagClassName
{
color: #BA37E4;
}
</style>
background-color css
<style>
a { background-color: #BA37E4; }
a { background-color: rgb(186,55,228); }
div.DivClassName
{
background-color: #BA37E4;
}
.BgClassName
{
background-color: #BA37E4;
}
</style>
border-color css
<style>
span { border-color: #BA37E4; }
span { border-color: rgb(186,55,228); }
td.TdClassName
{
border-color: #BA37E4;
}
.TagClassName
{
border-color: #BA37E4;
}
</style>