Shades of Medium Orchid #BA32DA
Tints of Medium Orchid #BA32DA
RGB
CMYK
RGB Variations
Color information
#BA32DA (or 0xBA32DA) is known color: Medium Orchid. HEX triplet: BA, 32 and DA. RGB value is (186,50,218). Sum of RGB (Red+Green+Blue) = 186+50+218=454 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.97% from 454); Green value is 50 (19.92% from 255 or 11.01% from 454); Blue value is 218 (85.55% from 255 or 48.02% from 454); Max value from RGB is 218 - color contains mainly: blue. Hex color #BA32DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA32DA is #45CD25. Grayscale: #6D6D6D. Windows color (decimal): -4574502 or 14299834. OLE color: 14299834.
HSL color Cylindrical-coordinate representation of color #BA32DA: hue angle of 288.57º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BA32DA is Cyan = 0.15, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 186 | 50 | 218 | - |
| CMYK | 0.15 | 0.77 | 0 | 0.15 |
| HSL | 288.57º | 0.69% | 0.53% | - |
| HSV(B) | 288.57º | 0.77% | 0.85% | - |
| XYZ | 34.05 | 17.78 | 67.97 | - |
| YUV | 109.82 | 189.06 | 182.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 50 | 218 | 0.15 | 0.77 | 0 | 0.15 | 288.57 | 0.69 | 0.53 |
| Hex | BA | 32 | DA | F | 4D | 0 | F | 121 | 45 | 35 |
| Octal | 272 | 62 | 332 | 17 | 115 | 0 | 17 | 441 | 105 | 65 |
| Binary | 10111010 | 110010 | 11011010 | 1111 | 1001101 | 0 | 1111 | 100100001 | 1000101 | 110101 |
Color Harmonies of #BA32DA
Complementary color
Monochromatic Colors of #BA32DA
Black with #BA32DA
Text Example
Text Example
White with #BA32DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA32DA; }
p { color: rgb(186,50,218); }
H1.HeaderClassName
{
color: #BA32DA;
}
.AnyTagClassName
{
color: #BA32DA;
}
</style>
background-color css
<style>
a { background-color: #BA32DA; }
a { background-color: rgb(186,50,218); }
div.DivClassName
{
background-color: #BA32DA;
}
.BgClassName
{
background-color: #BA32DA;
}
</style>
border-color css
<style>
span { border-color: #BA32DA; }
span { border-color: rgb(186,50,218); }
td.TdClassName
{
border-color: #BA32DA;
}
.TagClassName
{
border-color: #BA32DA;
}
</style>