Shades of Medium Orchid #BA45E0
Tints of Medium Orchid #BA45E0
RGB
CMYK
RGB Variations
Color information
#BA45E0 (or 0xBA45E0) is known color: Medium Orchid. HEX triplet: BA, 45 and E0. RGB value is (186,69,224). Sum of RGB (Red+Green+Blue) = 186+69+224=479 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.83% from 479); Green value is 69 (27.34% from 255 or 14.41% from 479); Blue value is 224 (87.89% from 255 or 46.76% from 479); Max value from RGB is 224 - color contains mainly: blue. Hex color #BA45E0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA45E0 is #45BA1F. Grayscale: #797979. Windows color (decimal): -4569632 or 14697914. OLE color: 14697914.
HSL color Cylindrical-coordinate representation of color #BA45E0: hue angle of 285.29º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BA45E0 is Cyan = 0.17, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 186 | 69 | 224 | - |
| CMYK | 0.17 | 0.69 | 0 | 0.12 |
| HSL | 285.29º | 0.71% | 0.57% | - |
| HSV(B) | 285.29º | 0.69% | 0.88% | - |
| XYZ | 35.83 | 20.08 | 72.51 | - |
| YUV | 121.65 | 185.76 | 173.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 69 | 224 | 0.17 | 0.69 | 0 | 0.12 | 285.29 | 0.71 | 0.57 |
| Hex | BA | 45 | E0 | 11 | 45 | 0 | C | 11D | 47 | 39 |
| Octal | 272 | 105 | 340 | 21 | 105 | 0 | 14 | 435 | 107 | 71 |
| Binary | 10111010 | 1000101 | 11100000 | 10001 | 1000101 | 0 | 1100 | 100011101 | 1000111 | 111001 |
Color Harmonies of #BA45E0
Complementary color
Monochromatic Colors of #BA45E0
Black with #BA45E0
Text Example
Text Example
White with #BA45E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA45E0; }
p { color: rgb(186,69,224); }
H1.HeaderClassName
{
color: #BA45E0;
}
.AnyTagClassName
{
color: #BA45E0;
}
</style>
background-color css
<style>
a { background-color: #BA45E0; }
a { background-color: rgb(186,69,224); }
div.DivClassName
{
background-color: #BA45E0;
}
.BgClassName
{
background-color: #BA45E0;
}
</style>
border-color css
<style>
span { border-color: #BA45E0; }
span { border-color: rgb(186,69,224); }
td.TdClassName
{
border-color: #BA45E0;
}
.TagClassName
{
border-color: #BA45E0;
}
</style>