Shades of Medium Orchid #BA38E9
Tints of Medium Orchid #BA38E9
RGB
CMYK
RGB Variations
Color information
#BA38E9 (or 0xBA38E9) is known color: Medium Orchid. HEX triplet: BA, 38 and E9. RGB value is (186,56,233). Sum of RGB (Red+Green+Blue) = 186+56+233=475 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.16% from 475); Green value is 56 (22.27% from 255 or 11.79% from 475); Blue value is 233 (91.41% from 255 or 49.05% from 475); Max value from RGB is 233 - color contains mainly: blue. Hex color #BA38E9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA38E9 is #45C716. Grayscale: #727272. Windows color (decimal): -4572951 or 15284410. OLE color: 15284410.
HSL color Cylindrical-coordinate representation of color #BA38E9: hue angle of 284.07º degrees, saturation: 0.8, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BA38E9 is Cyan = 0.20, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 186 | 56 | 233 | - |
| CMYK | 0.20 | 0.76 | 0 | 0.09 |
| HSL | 284.07º | 0.8% | 0.57% | - |
| HSV(B) | 284.07º | 0.76% | 0.91% | - |
| XYZ | 36.37 | 19.15 | 78.87 | - |
| YUV | 115.05 | 194.57 | 178.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 56 | 233 | 0.20 | 0.76 | 0 | 0.09 | 284.07 | 0.8 | 0.57 |
| Hex | BA | 38 | E9 | 14 | 4C | 0 | 9 | 11C | 50 | 39 |
| Octal | 272 | 70 | 351 | 24 | 114 | 0 | 11 | 434 | 120 | 71 |
| Binary | 10111010 | 111000 | 11101001 | 10100 | 1001100 | 0 | 1001 | 100011100 | 1010000 | 111001 |
Color Harmonies of #BA38E9
Complementary color
Monochromatic Colors of #BA38E9
Black with #BA38E9
Text Example
Text Example
White with #BA38E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA38E9; }
p { color: rgb(186,56,233); }
H1.HeaderClassName
{
color: #BA38E9;
}
.AnyTagClassName
{
color: #BA38E9;
}
</style>
background-color css
<style>
a { background-color: #BA38E9; }
a { background-color: rgb(186,56,233); }
div.DivClassName
{
background-color: #BA38E9;
}
.BgClassName
{
background-color: #BA38E9;
}
</style>
border-color css
<style>
span { border-color: #BA38E9; }
span { border-color: rgb(186,56,233); }
td.TdClassName
{
border-color: #BA38E9;
}
.TagClassName
{
border-color: #BA38E9;
}
</style>