Shades of Medium Orchid #BA4EE9
Tints of Medium Orchid #BA4EE9
RGB
CMYK
RGB Variations
Color information
#BA4EE9 (or 0xBA4EE9) is known color: Medium Orchid. HEX triplet: BA, 4E and E9. RGB value is (186,78,233). Sum of RGB (Red+Green+Blue) = 186+78+233=497 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.42% from 497); Green value is 78 (30.86% from 255 or 15.69% from 497); Blue value is 233 (91.41% from 255 or 46.88% from 497); Max value from RGB is 233 - color contains mainly: blue. Hex color #BA4EE9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA4EE9 is #45B116. Grayscale: #7F7F7F. Windows color (decimal): -4567319 or 15290042. OLE color: 15290042.
HSL color Cylindrical-coordinate representation of color #BA4EE9: hue angle of 281.81º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BA4EE9 is Cyan = 0.20, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 186 | 78 | 233 | - |
| CMYK | 0.20 | 0.67 | 0 | 0.09 |
| HSL | 281.81º | 0.78% | 0.61% | - |
| HSV(B) | 281.81º | 0.67% | 0.91% | - |
| XYZ | 37.68 | 21.77 | 79.31 | - |
| YUV | 127.96 | 187.28 | 169.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 78 | 233 | 0.20 | 0.67 | 0 | 0.09 | 281.81 | 0.78 | 0.61 |
| Hex | BA | 4E | E9 | 14 | 43 | 0 | 9 | 11A | 4E | 3D |
| Octal | 272 | 116 | 351 | 24 | 103 | 0 | 11 | 432 | 116 | 75 |
| Binary | 10111010 | 1001110 | 11101001 | 10100 | 1000011 | 0 | 1001 | 100011010 | 1001110 | 111101 |
Color Harmonies of #BA4EE9
Complementary color
Monochromatic Colors of #BA4EE9
Black with #BA4EE9
Text Example
Text Example
White with #BA4EE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4EE9; }
p { color: rgb(186,78,233); }
H1.HeaderClassName
{
color: #BA4EE9;
}
.AnyTagClassName
{
color: #BA4EE9;
}
</style>
background-color css
<style>
a { background-color: #BA4EE9; }
a { background-color: rgb(186,78,233); }
div.DivClassName
{
background-color: #BA4EE9;
}
.BgClassName
{
background-color: #BA4EE9;
}
</style>
border-color css
<style>
span { border-color: #BA4EE9; }
span { border-color: rgb(186,78,233); }
td.TdClassName
{
border-color: #BA4EE9;
}
.TagClassName
{
border-color: #BA4EE9;
}
</style>