Shades of Medium Orchid #BA5AE1
Tints of Medium Orchid #BA5AE1
RGB
CMYK
RGB Variations
Color information
#BA5AE1 (or 0xBA5AE1) is known color: Medium Orchid. HEX triplet: BA, 5A and E1. RGB value is (186,90,225). Sum of RGB (Red+Green+Blue) = 186+90+225=501 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.13% from 501); Green value is 90 (35.55% from 255 or 17.96% from 501); Blue value is 225 (88.28% from 255 or 44.91% from 501); Max value from RGB is 225 - color contains mainly: blue. Hex color #BA5AE1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA5AE1 is #45A51E. Grayscale: #858585. Windows color (decimal): -4564255 or 14768826. OLE color: 14768826.
HSL color Cylindrical-coordinate representation of color #BA5AE1: hue angle of 282.67º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BA5AE1 is Cyan = 0.17, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 186 | 90 | 225 | - |
| CMYK | 0.17 | 0.60 | 0 | 0.12 |
| HSL | 282.67º | 0.69% | 0.62% | - |
| HSV(B) | 282.67º | 0.6% | 0.88% | - |
| XYZ | 37.5 | 23.19 | 73.73 | - |
| YUV | 134.09 | 179.3 | 165.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 90 | 225 | 0.17 | 0.60 | 0 | 0.12 | 282.67 | 0.69 | 0.62 |
| Hex | BA | 5A | E1 | 11 | 3C | 0 | C | 11B | 45 | 3E |
| Octal | 272 | 132 | 341 | 21 | 74 | 0 | 14 | 433 | 105 | 76 |
| Binary | 10111010 | 1011010 | 11100001 | 10001 | 111100 | 0 | 1100 | 100011011 | 1000101 | 111110 |
Color Harmonies of #BA5AE1
Complementary color
Monochromatic Colors of #BA5AE1
Black with #BA5AE1
Text Example
Text Example
White with #BA5AE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5AE1; }
p { color: rgb(186,90,225); }
H1.HeaderClassName
{
color: #BA5AE1;
}
.AnyTagClassName
{
color: #BA5AE1;
}
</style>
background-color css
<style>
a { background-color: #BA5AE1; }
a { background-color: rgb(186,90,225); }
div.DivClassName
{
background-color: #BA5AE1;
}
.BgClassName
{
background-color: #BA5AE1;
}
</style>
border-color css
<style>
span { border-color: #BA5AE1; }
span { border-color: rgb(186,90,225); }
td.TdClassName
{
border-color: #BA5AE1;
}
.TagClassName
{
border-color: #BA5AE1;
}
</style>