Shades of Medium Orchid #BA36EA
Tints of Medium Orchid #BA36EA
RGB
CMYK
RGB Variations
Color information
#BA36EA (or 0xBA36EA) is known color: Medium Orchid. HEX triplet: BA, 36 and EA. RGB value is (186,54,234). Sum of RGB (Red+Green+Blue) = 186+54+234=474 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.24% from 474); Green value is 54 (21.48% from 255 or 11.39% from 474); Blue value is 234 (91.80% from 255 or 49.37% from 474); Max value from RGB is 234 - color contains mainly: blue. Hex color #BA36EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA36EA is #45C915. Grayscale: #717171. Windows color (decimal): -4573462 or 15349434. OLE color: 15349434.
HSL color Cylindrical-coordinate representation of color #BA36EA: hue angle of 284º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BA36EA is Cyan = 0.21, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 186 | 54 | 234 | - |
| CMYK | 0.21 | 0.77 | 0 | 0.08 |
| HSL | 284º | 0.81% | 0.56% | - |
| HSV(B) | 284º | 0.77% | 0.92% | - |
| XYZ | 36.42 | 19.02 | 79.59 | - |
| YUV | 113.99 | 195.73 | 179.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 54 | 234 | 0.21 | 0.77 | 0 | 0.08 | 284 | 0.81 | 0.56 |
| Hex | BA | 36 | EA | 15 | 4D | 0 | 8 | 11C | 51 | 38 |
| Octal | 272 | 66 | 352 | 25 | 115 | 0 | 10 | 434 | 121 | 70 |
| Binary | 10111010 | 110110 | 11101010 | 10101 | 1001101 | 0 | 1000 | 100011100 | 1010001 | 111000 |
Color Harmonies of #BA36EA
Complementary color
Monochromatic Colors of #BA36EA
Black with #BA36EA
Text Example
Text Example
White with #BA36EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA36EA; }
p { color: rgb(186,54,234); }
H1.HeaderClassName
{
color: #BA36EA;
}
.AnyTagClassName
{
color: #BA36EA;
}
</style>
background-color css
<style>
a { background-color: #BA36EA; }
a { background-color: rgb(186,54,234); }
div.DivClassName
{
background-color: #BA36EA;
}
.BgClassName
{
background-color: #BA36EA;
}
</style>
border-color css
<style>
span { border-color: #BA36EA; }
span { border-color: rgb(186,54,234); }
td.TdClassName
{
border-color: #BA36EA;
}
.TagClassName
{
border-color: #BA36EA;
}
</style>