Shades of Medium Orchid #BA32D5
Tints of Medium Orchid #BA32D5
RGB
CMYK
RGB Variations
Color information
#BA32D5 (or 0xBA32D5) is known color: Medium Orchid. HEX triplet: BA, 32 and D5. RGB value is (186,50,213). Sum of RGB (Red+Green+Blue) = 186+50+213=449 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.43% from 449); Green value is 50 (19.92% from 255 or 11.14% from 449); Blue value is 213 (83.59% from 255 or 47.44% from 449); Max value from RGB is 213 - color contains mainly: blue. Hex color #BA32D5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA32D5 is #45CD2A. Grayscale: #6C6C6C. Windows color (decimal): -4574507 or 13972154. OLE color: 13972154.
HSL color Cylindrical-coordinate representation of color #BA32D5: hue angle of 290.06º degrees, saturation: 0.66, 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 #BA32D5 is Cyan = 0.13, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 186 | 50 | 213 | - |
| CMYK | 0.13 | 0.77 | 0 | 0.16 |
| HSL | 290.06º | 0.66% | 0.52% | - |
| HSV(B) | 290.06º | 0.77% | 0.84% | - |
| XYZ | 33.4 | 17.52 | 64.57 | - |
| YUV | 109.25 | 186.56 | 182.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 50 | 213 | 0.13 | 0.77 | 0 | 0.16 | 290.06 | 0.66 | 0.52 |
| Hex | BA | 32 | D5 | D | 4D | 0 | 10 | 122 | 42 | 34 |
| Octal | 272 | 62 | 325 | 15 | 115 | 0 | 20 | 442 | 102 | 64 |
| Binary | 10111010 | 110010 | 11010101 | 1101 | 1001101 | 0 | 10000 | 100100010 | 1000010 | 110100 |
Color Harmonies of #BA32D5
Complementary color
Monochromatic Colors of #BA32D5
Black with #BA32D5
Text Example
Text Example
White with #BA32D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA32D5; }
p { color: rgb(186,50,213); }
H1.HeaderClassName
{
color: #BA32D5;
}
.AnyTagClassName
{
color: #BA32D5;
}
</style>
background-color css
<style>
a { background-color: #BA32D5; }
a { background-color: rgb(186,50,213); }
div.DivClassName
{
background-color: #BA32D5;
}
.BgClassName
{
background-color: #BA32D5;
}
</style>
border-color css
<style>
span { border-color: #BA32D5; }
span { border-color: rgb(186,50,213); }
td.TdClassName
{
border-color: #BA32D5;
}
.TagClassName
{
border-color: #BA32D5;
}
</style>