Shades of Medium Orchid #BA36E0
Tints of Medium Orchid #BA36E0
RGB
CMYK
RGB Variations
Color information
#BA36E0 (or 0xBA36E0) is known color: Medium Orchid. HEX triplet: BA, 36 and E0. RGB value is (186,54,224). Sum of RGB (Red+Green+Blue) = 186+54+224=464 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.09% from 464); Green value is 54 (21.48% from 255 or 11.64% from 464); Blue value is 224 (87.89% from 255 or 48.28% from 464); Max value from RGB is 224 - color contains mainly: blue. Hex color #BA36E0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA36E0 is #45C91F. Grayscale: #707070. Windows color (decimal): -4573472 or 14694074. OLE color: 14694074.
HSL color Cylindrical-coordinate representation of color #BA36E0: hue angle of 286.59º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BA36E0 is Cyan = 0.17, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 186 | 54 | 224 | - |
| CMYK | 0.17 | 0.76 | 0 | 0.12 |
| HSL | 286.59º | 0.73% | 0.55% | - |
| HSV(B) | 286.59º | 0.76% | 0.88% | - |
| XYZ | 35.02 | 18.46 | 72.24 | - |
| YUV | 112.85 | 190.73 | 180.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 54 | 224 | 0.17 | 0.76 | 0 | 0.12 | 286.59 | 0.73 | 0.55 |
| Hex | BA | 36 | E0 | 11 | 4C | 0 | C | 11F | 49 | 37 |
| Octal | 272 | 66 | 340 | 21 | 114 | 0 | 14 | 437 | 111 | 67 |
| Binary | 10111010 | 110110 | 11100000 | 10001 | 1001100 | 0 | 1100 | 100011111 | 1001001 | 110111 |
Color Harmonies of #BA36E0
Complementary color
Monochromatic Colors of #BA36E0
Black with #BA36E0
Text Example
Text Example
White with #BA36E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA36E0; }
p { color: rgb(186,54,224); }
H1.HeaderClassName
{
color: #BA36E0;
}
.AnyTagClassName
{
color: #BA36E0;
}
</style>
background-color css
<style>
a { background-color: #BA36E0; }
a { background-color: rgb(186,54,224); }
div.DivClassName
{
background-color: #BA36E0;
}
.BgClassName
{
background-color: #BA36E0;
}
</style>
border-color css
<style>
span { border-color: #BA36E0; }
span { border-color: rgb(186,54,224); }
td.TdClassName
{
border-color: #BA36E0;
}
.TagClassName
{
border-color: #BA36E0;
}
</style>