Shades of Medium Orchid #BA36D1
Tints of Medium Orchid #BA36D1
RGB
CMYK
RGB Variations
Color information
#BA36D1 (or 0xBA36D1) is known color: Medium Orchid. HEX triplet: BA, 36 and D1. RGB value is (186,54,209). Sum of RGB (Red+Green+Blue) = 186+54+209=449 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.43% from 449); Green value is 54 (21.48% from 255 or 12.03% from 449); Blue value is 209 (82.03% from 255 or 46.55% from 449); Max value from RGB is 209 - color contains mainly: blue. Hex color #BA36D1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA36D1 is #45C92E. Grayscale: #6E6E6E. Windows color (decimal): -4573487 or 13711034. OLE color: 13711034.
HSL color Cylindrical-coordinate representation of color #BA36D1: hue angle of 291.1º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BA36D1 is Cyan = 0.11, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 186 | 54 | 209 | - |
| CMYK | 0.11 | 0.74 | 0 | 0.18 |
| HSL | 291.1º | 0.63% | 0.52% | - |
| HSV(B) | 291.1º | 0.74% | 0.82% | - |
| XYZ | 33.08 | 17.68 | 61.99 | - |
| YUV | 111.14 | 183.23 | 181.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 54 | 209 | 0.11 | 0.74 | 0 | 0.18 | 291.1 | 0.63 | 0.52 |
| Hex | BA | 36 | D1 | B | 4A | 0 | 12 | 123 | 3F | 34 |
| Octal | 272 | 66 | 321 | 13 | 112 | 0 | 22 | 443 | 77 | 64 |
| Binary | 10111010 | 110110 | 11010001 | 1011 | 1001010 | 0 | 10010 | 100100011 | 111111 | 110100 |
Color Harmonies of #BA36D1
Complementary color
Monochromatic Colors of #BA36D1
Black with #BA36D1
Text Example
Text Example
White with #BA36D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA36D1; }
p { color: rgb(186,54,209); }
H1.HeaderClassName
{
color: #BA36D1;
}
.AnyTagClassName
{
color: #BA36D1;
}
</style>
background-color css
<style>
a { background-color: #BA36D1; }
a { background-color: rgb(186,54,209); }
div.DivClassName
{
background-color: #BA36D1;
}
.BgClassName
{
background-color: #BA36D1;
}
</style>
border-color css
<style>
span { border-color: #BA36D1; }
span { border-color: rgb(186,54,209); }
td.TdClassName
{
border-color: #BA36D1;
}
.TagClassName
{
border-color: #BA36D1;
}
</style>