Shades of Medium Orchid #BA39E9
Tints of Medium Orchid #BA39E9
RGB
CMYK
RGB Variations
Color information
#BA39E9 (or 0xBA39E9) is known color: Medium Orchid. HEX triplet: BA, 39 and E9. RGB value is (186,57,233). Sum of RGB (Red+Green+Blue) = 186+57+233=476 (63% of max value = 765). Red value is 186 (73.05% from 255 or 39.08% from 476); Green value is 57 (22.66% from 255 or 11.97% from 476); Blue value is 233 (91.41% from 255 or 48.95% from 476); Max value from RGB is 233 - color contains mainly: blue. Hex color #BA39E9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA39E9 is #45C616. Grayscale: #737373. Windows color (decimal): -4572695 or 15284666. OLE color: 15284666.
HSL color Cylindrical-coordinate representation of color #BA39E9: hue angle of 283.98º 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 #BA39E9 is Cyan = 0.20, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 186 | 57 | 233 | - |
| CMYK | 0.20 | 0.76 | 0 | 0.09 |
| HSL | 283.98º | 0.8% | 0.57% | - |
| HSV(B) | 283.98º | 0.76% | 0.91% | - |
| XYZ | 36.42 | 19.25 | 78.89 | - |
| YUV | 115.64 | 194.24 | 178.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 57 | 233 | 0.20 | 0.76 | 0 | 0.09 | 283.98 | 0.8 | 0.57 |
| Hex | BA | 39 | E9 | 14 | 4C | 0 | 9 | 11C | 50 | 39 |
| Octal | 272 | 71 | 351 | 24 | 114 | 0 | 11 | 434 | 120 | 71 |
| Binary | 10111010 | 111001 | 11101001 | 10100 | 1001100 | 0 | 1001 | 100011100 | 1010000 | 111001 |
Color Harmonies of #BA39E9
Complementary color
Monochromatic Colors of #BA39E9
Black with #BA39E9
Text Example
Text Example
White with #BA39E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA39E9; }
p { color: rgb(186,57,233); }
H1.HeaderClassName
{
color: #BA39E9;
}
.AnyTagClassName
{
color: #BA39E9;
}
</style>
background-color css
<style>
a { background-color: #BA39E9; }
a { background-color: rgb(186,57,233); }
div.DivClassName
{
background-color: #BA39E9;
}
.BgClassName
{
background-color: #BA39E9;
}
</style>
border-color css
<style>
span { border-color: #BA39E9; }
span { border-color: rgb(186,57,233); }
td.TdClassName
{
border-color: #BA39E9;
}
.TagClassName
{
border-color: #BA39E9;
}
</style>