Shades of Medium Orchid #BA5EE0
Tints of Medium Orchid #BA5EE0
RGB
CMYK
RGB Variations
Color information
#BA5EE0 (or 0xBA5EE0) is known color: Medium Orchid. HEX triplet: BA, 5E and E0. RGB value is (186,94,224). Sum of RGB (Red+Green+Blue) = 186+94+224=504 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.90% from 504); Green value is 94 (37.11% from 255 or 18.65% from 504); Blue value is 224 (87.89% from 255 or 44.44% from 504); Max value from RGB is 224 - color contains mainly: blue. Hex color #BA5EE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA5EE0 is #45A11F. Grayscale: #878787. Windows color (decimal): -4563232 or 14704314. OLE color: 14704314.
HSL color Cylindrical-coordinate representation of color #BA5EE0: hue angle of 282.46º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BA5EE0 is Cyan = 0.17, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 186 | 94 | 224 | - |
| CMYK | 0.17 | 0.58 | 0 | 0.12 |
| HSL | 282.46º | 0.68% | 0.62% | - |
| HSV(B) | 282.46º | 0.58% | 0.88% | - |
| XYZ | 37.71 | 23.83 | 73.13 | - |
| YUV | 136.33 | 177.48 | 163.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 94 | 224 | 0.17 | 0.58 | 0 | 0.12 | 282.46 | 0.68 | 0.62 |
| Hex | BA | 5E | E0 | 11 | 3A | 0 | C | 11A | 44 | 3E |
| Octal | 272 | 136 | 340 | 21 | 72 | 0 | 14 | 432 | 104 | 76 |
| Binary | 10111010 | 1011110 | 11100000 | 10001 | 111010 | 0 | 1100 | 100011010 | 1000100 | 111110 |
Color Harmonies of #BA5EE0
Complementary color
Monochromatic Colors of #BA5EE0
Black with #BA5EE0
Text Example
Text Example
White with #BA5EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5EE0; }
p { color: rgb(186,94,224); }
H1.HeaderClassName
{
color: #BA5EE0;
}
.AnyTagClassName
{
color: #BA5EE0;
}
</style>
background-color css
<style>
a { background-color: #BA5EE0; }
a { background-color: rgb(186,94,224); }
div.DivClassName
{
background-color: #BA5EE0;
}
.BgClassName
{
background-color: #BA5EE0;
}
</style>
border-color css
<style>
span { border-color: #BA5EE0; }
span { border-color: rgb(186,94,224); }
td.TdClassName
{
border-color: #BA5EE0;
}
.TagClassName
{
border-color: #BA5EE0;
}
</style>