Shades of Medium Orchid #BA36CD
Tints of Medium Orchid #BA36CD
RGB
CMYK
RGB Variations
Color information
#BA36CD (or 0xBA36CD) is known color: Medium Orchid. HEX triplet: BA, 36 and CD. RGB value is (186,54,205). Sum of RGB (Red+Green+Blue) = 186+54+205=445 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.80% from 445); Green value is 54 (21.48% from 255 or 12.13% from 445); Blue value is 205 (80.47% from 255 or 46.07% from 445); Max value from RGB is 205 - color contains mainly: blue. Hex color #BA36CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA36CD is #45C932. Grayscale: #6E6E6E. Windows color (decimal): -4573491 or 13448890. OLE color: 13448890.
HSL color Cylindrical-coordinate representation of color #BA36CD: hue angle of 292.45º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BA36CD is Cyan = 0.09, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 186 | 54 | 205 | - |
| CMYK | 0.09 | 0.74 | 0 | 0.20 |
| HSL | 292.45º | 0.6% | 0.51% | - |
| HSV(B) | 292.45º | 0.74% | 0.8% | - |
| XYZ | 32.59 | 17.49 | 59.42 | - |
| YUV | 110.68 | 181.23 | 181.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 54 | 205 | 0.09 | 0.74 | 0 | 0.20 | 292.45 | 0.6 | 0.51 |
| Hex | BA | 36 | CD | 9 | 4A | 0 | 14 | 124 | 3C | 33 |
| Octal | 272 | 66 | 315 | 11 | 112 | 0 | 24 | 444 | 74 | 63 |
| Binary | 10111010 | 110110 | 11001101 | 1001 | 1001010 | 0 | 10100 | 100100100 | 111100 | 110011 |
Color Harmonies of #BA36CD
Complementary color
Monochromatic Colors of #BA36CD
Black with #BA36CD
Text Example
Text Example
White with #BA36CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA36CD; }
p { color: rgb(186,54,205); }
H1.HeaderClassName
{
color: #BA36CD;
}
.AnyTagClassName
{
color: #BA36CD;
}
</style>
background-color css
<style>
a { background-color: #BA36CD; }
a { background-color: rgb(186,54,205); }
div.DivClassName
{
background-color: #BA36CD;
}
.BgClassName
{
background-color: #BA36CD;
}
</style>
border-color css
<style>
span { border-color: #BA36CD; }
span { border-color: rgb(186,54,205); }
td.TdClassName
{
border-color: #BA36CD;
}
.TagClassName
{
border-color: #BA36CD;
}
</style>