Shades of Medium Orchid #BA44DD
Tints of Medium Orchid #BA44DD
RGB
CMYK
RGB Variations
Color information
#BA44DD (or 0xBA44DD) is known color: Medium Orchid. HEX triplet: BA, 44 and DD. RGB value is (186,68,221). Sum of RGB (Red+Green+Blue) = 186+68+221=475 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.16% from 475); Green value is 68 (26.95% from 255 or 14.32% from 475); Blue value is 221 (86.72% from 255 or 46.53% from 475); Max value from RGB is 221 - color contains mainly: blue. Hex color #BA44DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA44DD is #45BB22. Grayscale: #787878. Windows color (decimal): -4569891 or 14501050. OLE color: 14501050.
HSL color Cylindrical-coordinate representation of color #BA44DD: hue angle of 286.27º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BA44DD is Cyan = 0.16, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 68 | 221 | - |
| CMYK | 0.16 | 0.69 | 0 | 0.13 |
| HSL | 286.27º | 0.69% | 0.57% | - |
| HSV(B) | 286.27º | 0.69% | 0.87% | - |
| XYZ | 35.37 | 19.79 | 70.36 | - |
| YUV | 120.72 | 184.59 | 174.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 68 | 221 | 0.16 | 0.69 | 0 | 0.13 | 286.27 | 0.69 | 0.57 |
| Hex | BA | 44 | DD | 10 | 45 | 0 | D | 11E | 45 | 39 |
| Octal | 272 | 104 | 335 | 20 | 105 | 0 | 15 | 436 | 105 | 71 |
| Binary | 10111010 | 1000100 | 11011101 | 10000 | 1000101 | 0 | 1101 | 100011110 | 1000101 | 111001 |
Color Harmonies of #BA44DD
Complementary color
Monochromatic Colors of #BA44DD
Black with #BA44DD
Text Example
Text Example
White with #BA44DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA44DD; }
p { color: rgb(186,68,221); }
H1.HeaderClassName
{
color: #BA44DD;
}
.AnyTagClassName
{
color: #BA44DD;
}
</style>
background-color css
<style>
a { background-color: #BA44DD; }
a { background-color: rgb(186,68,221); }
div.DivClassName
{
background-color: #BA44DD;
}
.BgClassName
{
background-color: #BA44DD;
}
</style>
border-color css
<style>
span { border-color: #BA44DD; }
span { border-color: rgb(186,68,221); }
td.TdClassName
{
border-color: #BA44DD;
}
.TagClassName
{
border-color: #BA44DD;
}
</style>