Shades of Medium Orchid #BA36DD
Tints of Medium Orchid #BA36DD
RGB
CMYK
RGB Variations
Color information
#BA36DD (or 0xBA36DD) is known color: Medium Orchid. HEX triplet: BA, 36 and DD. RGB value is (186,54,221). Sum of RGB (Red+Green+Blue) = 186+54+221=461 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.35% from 461); Green value is 54 (21.48% from 255 or 11.71% from 461); Blue value is 221 (86.72% from 255 or 47.94% from 461); Max value from RGB is 221 - color contains mainly: blue. Hex color #BA36DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA36DD is #45C922. Grayscale: #6F6F6F. Windows color (decimal): -4573475 or 14497466. OLE color: 14497466.
HSL color Cylindrical-coordinate representation of color #BA36DD: hue angle of 287.43º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BA36DD is Cyan = 0.16, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 54 | 221 | - |
| CMYK | 0.16 | 0.76 | 0 | 0.13 |
| HSL | 287.43º | 0.71% | 0.54% | - |
| HSV(B) | 287.43º | 0.76% | 0.87% | - |
| XYZ | 34.62 | 18.3 | 70.11 | - |
| YUV | 112.51 | 189.23 | 180.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 54 | 221 | 0.16 | 0.76 | 0 | 0.13 | 287.43 | 0.71 | 0.54 |
| Hex | BA | 36 | DD | 10 | 4C | 0 | D | 11F | 47 | 36 |
| Octal | 272 | 66 | 335 | 20 | 114 | 0 | 15 | 437 | 107 | 66 |
| Binary | 10111010 | 110110 | 11011101 | 10000 | 1001100 | 0 | 1101 | 100011111 | 1000111 | 110110 |
Color Harmonies of #BA36DD
Complementary color
Monochromatic Colors of #BA36DD
Black with #BA36DD
Text Example
Text Example
White with #BA36DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA36DD; }
p { color: rgb(186,54,221); }
H1.HeaderClassName
{
color: #BA36DD;
}
.AnyTagClassName
{
color: #BA36DD;
}
</style>
background-color css
<style>
a { background-color: #BA36DD; }
a { background-color: rgb(186,54,221); }
div.DivClassName
{
background-color: #BA36DD;
}
.BgClassName
{
background-color: #BA36DD;
}
</style>
border-color css
<style>
span { border-color: #BA36DD; }
span { border-color: rgb(186,54,221); }
td.TdClassName
{
border-color: #BA36DD;
}
.TagClassName
{
border-color: #BA36DD;
}
</style>