Shades of Medium Orchid #BA57E1
Tints of Medium Orchid #BA57E1
RGB
CMYK
RGB Variations
Color information
#BA57E1 (or 0xBA57E1) is known color: Medium Orchid. HEX triplet: BA, 57 and E1. RGB value is (186,87,225). Sum of RGB (Red+Green+Blue) = 186+87+225=498 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.35% from 498); Green value is 87 (34.38% from 255 or 17.47% from 498); Blue value is 225 (88.28% from 255 or 45.18% from 498); Max value from RGB is 225 - color contains mainly: blue. Hex color #BA57E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA57E1 is #45A81E. Grayscale: #838383. Windows color (decimal): -4565023 or 14768058. OLE color: 14768058.
HSL color Cylindrical-coordinate representation of color #BA57E1: hue angle of 283.04º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BA57E1 is Cyan = 0.17, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 186 | 87 | 225 | - |
| CMYK | 0.17 | 0.61 | 0 | 0.12 |
| HSL | 283.04º | 0.7% | 0.61% | - |
| HSV(B) | 283.04º | 0.61% | 0.88% | - |
| XYZ | 37.25 | 22.69 | 73.65 | - |
| YUV | 132.33 | 180.3 | 166.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 87 | 225 | 0.17 | 0.61 | 0 | 0.12 | 283.04 | 0.7 | 0.61 |
| Hex | BA | 57 | E1 | 11 | 3D | 0 | C | 11B | 46 | 3D |
| Octal | 272 | 127 | 341 | 21 | 75 | 0 | 14 | 433 | 106 | 75 |
| Binary | 10111010 | 1010111 | 11100001 | 10001 | 111101 | 0 | 1100 | 100011011 | 1000110 | 111101 |
Color Harmonies of #BA57E1
Complementary color
Monochromatic Colors of #BA57E1
Black with #BA57E1
Text Example
Text Example
White with #BA57E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA57E1; }
p { color: rgb(186,87,225); }
H1.HeaderClassName
{
color: #BA57E1;
}
.AnyTagClassName
{
color: #BA57E1;
}
</style>
background-color css
<style>
a { background-color: #BA57E1; }
a { background-color: rgb(186,87,225); }
div.DivClassName
{
background-color: #BA57E1;
}
.BgClassName
{
background-color: #BA57E1;
}
</style>
border-color css
<style>
span { border-color: #BA57E1; }
span { border-color: rgb(186,87,225); }
td.TdClassName
{
border-color: #BA57E1;
}
.TagClassName
{
border-color: #BA57E1;
}
</style>