Shades of Medium Orchid #BA32DD
Tints of Medium Orchid #BA32DD
RGB
CMYK
RGB Variations
Color information
#BA32DD (or 0xBA32DD) is known color: Medium Orchid. HEX triplet: BA, 32 and DD. RGB value is (186,50,221). Sum of RGB (Red+Green+Blue) = 186+50+221=457 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.70% from 457); Green value is 50 (19.92% from 255 or 10.94% from 457); Blue value is 221 (86.72% from 255 or 48.36% from 457); Max value from RGB is 221 - color contains mainly: blue. Hex color #BA32DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA32DD is #45CD22. Grayscale: #6D6D6D. Windows color (decimal): -4574499 or 14496442. OLE color: 14496442.
HSL color Cylindrical-coordinate representation of color #BA32DD: hue angle of 287.72º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BA32DD is Cyan = 0.16, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 50 | 221 | - |
| CMYK | 0.16 | 0.77 | 0 | 0.13 |
| HSL | 287.72º | 0.72% | 0.53% | - |
| HSV(B) | 287.72º | 0.77% | 0.87% | - |
| XYZ | 34.44 | 17.94 | 70.05 | - |
| YUV | 110.16 | 190.56 | 182.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 50 | 221 | 0.16 | 0.77 | 0 | 0.13 | 287.72 | 0.72 | 0.53 |
| Hex | BA | 32 | DD | 10 | 4D | 0 | D | 120 | 48 | 35 |
| Octal | 272 | 62 | 335 | 20 | 115 | 0 | 15 | 440 | 110 | 65 |
| Binary | 10111010 | 110010 | 11011101 | 10000 | 1001101 | 0 | 1101 | 100100000 | 1001000 | 110101 |
Color Harmonies of #BA32DD
Complementary color
Monochromatic Colors of #BA32DD
Black with #BA32DD
Text Example
Text Example
White with #BA32DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA32DD; }
p { color: rgb(186,50,221); }
H1.HeaderClassName
{
color: #BA32DD;
}
.AnyTagClassName
{
color: #BA32DD;
}
</style>
background-color css
<style>
a { background-color: #BA32DD; }
a { background-color: rgb(186,50,221); }
div.DivClassName
{
background-color: #BA32DD;
}
.BgClassName
{
background-color: #BA32DD;
}
</style>
border-color css
<style>
span { border-color: #BA32DD; }
span { border-color: rgb(186,50,221); }
td.TdClassName
{
border-color: #BA32DD;
}
.TagClassName
{
border-color: #BA32DD;
}
</style>