Shades of Medium Orchid #BA32DE
Tints of Medium Orchid #BA32DE
RGB
CMYK
RGB Variations
Color information
#BA32DE (or 0xBA32DE) is known color: Medium Orchid. HEX triplet: BA, 32 and DE. RGB value is (186,50,222). Sum of RGB (Red+Green+Blue) = 186+50+222=458 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.61% from 458); Green value is 50 (19.92% from 255 or 10.92% from 458); Blue value is 222 (87.11% from 255 or 48.47% from 458); Max value from RGB is 222 - color contains mainly: blue. Hex color #BA32DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA32DE is #45CD21. Grayscale: #6D6D6D. Windows color (decimal): -4574498 or 14561978. OLE color: 14561978.
HSL color Cylindrical-coordinate representation of color #BA32DE: hue angle of 287.44º 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 #BA32DE is Cyan = 0.16, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 50 | 222 | - |
| CMYK | 0.16 | 0.77 | 0 | 0.13 |
| HSL | 287.44º | 0.72% | 0.53% | - |
| HSV(B) | 287.44º | 0.77% | 0.87% | - |
| XYZ | 34.58 | 17.99 | 70.76 | - |
| YUV | 110.27 | 191.06 | 182.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 50 | 222 | 0.16 | 0.77 | 0 | 0.13 | 287.44 | 0.72 | 0.53 |
| Hex | BA | 32 | DE | 10 | 4D | 0 | D | 11F | 48 | 35 |
| Octal | 272 | 62 | 336 | 20 | 115 | 0 | 15 | 437 | 110 | 65 |
| Binary | 10111010 | 110010 | 11011110 | 10000 | 1001101 | 0 | 1101 | 100011111 | 1001000 | 110101 |
Color Harmonies of #BA32DE
Complementary color
Monochromatic Colors of #BA32DE
Black with #BA32DE
Text Example
Text Example
White with #BA32DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA32DE; }
p { color: rgb(186,50,222); }
H1.HeaderClassName
{
color: #BA32DE;
}
.AnyTagClassName
{
color: #BA32DE;
}
</style>
background-color css
<style>
a { background-color: #BA32DE; }
a { background-color: rgb(186,50,222); }
div.DivClassName
{
background-color: #BA32DE;
}
.BgClassName
{
background-color: #BA32DE;
}
</style>
border-color css
<style>
span { border-color: #BA32DE; }
span { border-color: rgb(186,50,222); }
td.TdClassName
{
border-color: #BA32DE;
}
.TagClassName
{
border-color: #BA32DE;
}
</style>