Shades of Medium Orchid #BA32D7
Tints of Medium Orchid #BA32D7
RGB
CMYK
RGB Variations
Color information
#BA32D7 (or 0xBA32D7) is known color: Medium Orchid. HEX triplet: BA, 32 and D7. RGB value is (186,50,215). Sum of RGB (Red+Green+Blue) = 186+50+215=451 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.24% from 451); Green value is 50 (19.92% from 255 or 11.09% from 451); Blue value is 215 (84.38% from 255 or 47.67% from 451); Max value from RGB is 215 - color contains mainly: blue. Hex color #BA32D7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA32D7 is #45CD28. Grayscale: #6C6C6C. Windows color (decimal): -4574505 or 14103226. OLE color: 14103226.
HSL color Cylindrical-coordinate representation of color #BA32D7: hue angle of 289.45º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BA32D7 is Cyan = 0.13, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 186 | 50 | 215 | - |
| CMYK | 0.13 | 0.77 | 0 | 0.16 |
| HSL | 289.45º | 0.67% | 0.52% | - |
| HSV(B) | 289.45º | 0.77% | 0.84% | - |
| XYZ | 33.66 | 17.63 | 65.92 | - |
| YUV | 109.47 | 187.56 | 182.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 50 | 215 | 0.13 | 0.77 | 0 | 0.16 | 289.45 | 0.67 | 0.52 |
| Hex | BA | 32 | D7 | D | 4D | 0 | 10 | 121 | 43 | 34 |
| Octal | 272 | 62 | 327 | 15 | 115 | 0 | 20 | 441 | 103 | 64 |
| Binary | 10111010 | 110010 | 11010111 | 1101 | 1001101 | 0 | 10000 | 100100001 | 1000011 | 110100 |
Color Harmonies of #BA32D7
Complementary color
Monochromatic Colors of #BA32D7
Black with #BA32D7
Text Example
Text Example
White with #BA32D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA32D7; }
p { color: rgb(186,50,215); }
H1.HeaderClassName
{
color: #BA32D7;
}
.AnyTagClassName
{
color: #BA32D7;
}
</style>
background-color css
<style>
a { background-color: #BA32D7; }
a { background-color: rgb(186,50,215); }
div.DivClassName
{
background-color: #BA32D7;
}
.BgClassName
{
background-color: #BA32D7;
}
</style>
border-color css
<style>
span { border-color: #BA32D7; }
span { border-color: rgb(186,50,215); }
td.TdClassName
{
border-color: #BA32D7;
}
.TagClassName
{
border-color: #BA32D7;
}
</style>