Shades of Medium Orchid #BA36CE
Tints of Medium Orchid #BA36CE
RGB
CMYK
RGB Variations
Color information
#BA36CE (or 0xBA36CE) is known color: Medium Orchid. HEX triplet: BA, 36 and CE. RGB value is (186,54,206). Sum of RGB (Red+Green+Blue) = 186+54+206=446 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.70% from 446); Green value is 54 (21.48% from 255 or 12.11% from 446); Blue value is 206 (80.86% from 255 or 46.19% from 446); Max value from RGB is 206 - color contains mainly: blue. Hex color #BA36CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA36CE is #45C931. Grayscale: #6E6E6E. Windows color (decimal): -4573490 or 13514426. OLE color: 13514426.
HSL color Cylindrical-coordinate representation of color #BA36CE: hue angle of 292.11º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BA36CE is Cyan = 0.10, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 186 | 54 | 206 | - |
| CMYK | 0.10 | 0.74 | 0 | 0.19 |
| HSL | 292.11º | 0.61% | 0.51% | - |
| HSV(B) | 292.11º | 0.74% | 0.81% | - |
| XYZ | 32.71 | 17.53 | 60.05 | - |
| YUV | 110.8 | 181.73 | 181.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 54 | 206 | 0.10 | 0.74 | 0 | 0.19 | 292.11 | 0.61 | 0.51 |
| Hex | BA | 36 | CE | A | 4A | 0 | 13 | 124 | 3D | 33 |
| Octal | 272 | 66 | 316 | 12 | 112 | 0 | 23 | 444 | 75 | 63 |
| Binary | 10111010 | 110110 | 11001110 | 1010 | 1001010 | 0 | 10011 | 100100100 | 111101 | 110011 |
Color Harmonies of #BA36CE
Complementary color
Monochromatic Colors of #BA36CE
Black with #BA36CE
Text Example
Text Example
White with #BA36CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA36CE; }
p { color: rgb(186,54,206); }
H1.HeaderClassName
{
color: #BA36CE;
}
.AnyTagClassName
{
color: #BA36CE;
}
</style>
background-color css
<style>
a { background-color: #BA36CE; }
a { background-color: rgb(186,54,206); }
div.DivClassName
{
background-color: #BA36CE;
}
.BgClassName
{
background-color: #BA36CE;
}
</style>
border-color css
<style>
span { border-color: #BA36CE; }
span { border-color: rgb(186,54,206); }
td.TdClassName
{
border-color: #BA36CE;
}
.TagClassName
{
border-color: #BA36CE;
}
</style>