Shades of Medium Orchid #BA45E9
Tints of Medium Orchid #BA45E9
RGB
CMYK
RGB Variations
Color information
#BA45E9 (or 0xBA45E9) is known color: Medium Orchid. HEX triplet: BA, 45 and E9. RGB value is (186,69,233). Sum of RGB (Red+Green+Blue) = 186+69+233=488 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.11% from 488); Green value is 69 (27.34% from 255 or 14.14% from 488); Blue value is 233 (91.41% from 255 or 47.75% from 488); Max value from RGB is 233 - color contains mainly: blue. Hex color #BA45E9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA45E9 is #45BA16. Grayscale: #7A7A7A. Windows color (decimal): -4569623 or 15287738. OLE color: 15287738.
HSL color Cylindrical-coordinate representation of color #BA45E9: hue angle of 282.8º degrees, saturation: 0.79, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BA45E9 is Cyan = 0.20, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 186 | 69 | 233 | - |
| CMYK | 0.20 | 0.70 | 0 | 0.09 |
| HSL | 282.8º | 0.79% | 0.59% | - |
| HSV(B) | 282.8º | 0.7% | 0.91% | - |
| XYZ | 37.09 | 20.58 | 79.11 | - |
| YUV | 122.68 | 190.26 | 173.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 69 | 233 | 0.20 | 0.70 | 0 | 0.09 | 282.8 | 0.79 | 0.59 |
| Hex | BA | 45 | E9 | 14 | 46 | 0 | 9 | 11B | 4F | 3B |
| Octal | 272 | 105 | 351 | 24 | 106 | 0 | 11 | 433 | 117 | 73 |
| Binary | 10111010 | 1000101 | 11101001 | 10100 | 1000110 | 0 | 1001 | 100011011 | 1001111 | 111011 |
Color Harmonies of #BA45E9
Complementary color
Monochromatic Colors of #BA45E9
Black with #BA45E9
Text Example
Text Example
White with #BA45E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA45E9; }
p { color: rgb(186,69,233); }
H1.HeaderClassName
{
color: #BA45E9;
}
.AnyTagClassName
{
color: #BA45E9;
}
</style>
background-color css
<style>
a { background-color: #BA45E9; }
a { background-color: rgb(186,69,233); }
div.DivClassName
{
background-color: #BA45E9;
}
.BgClassName
{
background-color: #BA45E9;
}
</style>
border-color css
<style>
span { border-color: #BA45E9; }
span { border-color: rgb(186,69,233); }
td.TdClassName
{
border-color: #BA45E9;
}
.TagClassName
{
border-color: #BA45E9;
}
</style>