Shades of Medium Orchid #BA57E0
Tints of Medium Orchid #BA57E0
RGB
CMYK
RGB Variations
Color information
#BA57E0 (or 0xBA57E0) is known color: Medium Orchid. HEX triplet: BA, 57 and E0. RGB value is (186,87,224). Sum of RGB (Red+Green+Blue) = 186+87+224=497 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.42% from 497); Green value is 87 (34.38% from 255 or 17.51% from 497); Blue value is 224 (87.89% from 255 or 45.07% from 497); Max value from RGB is 224 - color contains mainly: blue. Hex color #BA57E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA57E0 is #45A81F. Grayscale: #838383. Windows color (decimal): -4565024 or 14702522. OLE color: 14702522.
HSL color Cylindrical-coordinate representation of color #BA57E0: hue angle of 283.36º degrees, saturation: 0.69, 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 #BA57E0 is Cyan = 0.17, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 186 | 87 | 224 | - |
| CMYK | 0.17 | 0.61 | 0 | 0.12 |
| HSL | 283.36º | 0.69% | 0.61% | - |
| HSV(B) | 283.36º | 0.61% | 0.88% | - |
| XYZ | 37.11 | 22.64 | 72.93 | - |
| YUV | 132.22 | 179.8 | 166.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 87 | 224 | 0.17 | 0.61 | 0 | 0.12 | 283.36 | 0.69 | 0.61 |
| Hex | BA | 57 | E0 | 11 | 3D | 0 | C | 11B | 45 | 3D |
| Octal | 272 | 127 | 340 | 21 | 75 | 0 | 14 | 433 | 105 | 75 |
| Binary | 10111010 | 1010111 | 11100000 | 10001 | 111101 | 0 | 1100 | 100011011 | 1000101 | 111101 |
Color Harmonies of #BA57E0
Complementary color
Monochromatic Colors of #BA57E0
Black with #BA57E0
Text Example
Text Example
White with #BA57E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA57E0; }
p { color: rgb(186,87,224); }
H1.HeaderClassName
{
color: #BA57E0;
}
.AnyTagClassName
{
color: #BA57E0;
}
</style>
background-color css
<style>
a { background-color: #BA57E0; }
a { background-color: rgb(186,87,224); }
div.DivClassName
{
background-color: #BA57E0;
}
.BgClassName
{
background-color: #BA57E0;
}
</style>
border-color css
<style>
span { border-color: #BA57E0; }
span { border-color: rgb(186,87,224); }
td.TdClassName
{
border-color: #BA57E0;
}
.TagClassName
{
border-color: #BA57E0;
}
</style>