Shades of Medium Orchid #BD32D9
Tints of Medium Orchid #BD32D9
RGB
CMYK
RGB Variations
Color information
#BD32D9 (or 0xBD32D9) is known color: Medium Orchid. HEX triplet: BD, 32 and D9. RGB value is (189,50,217). Sum of RGB (Red+Green+Blue) = 189+50+217=456 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.45% from 456); Green value is 50 (19.92% from 255 or 10.96% from 456); Blue value is 217 (85.16% from 255 or 47.59% from 456); Max value from RGB is 217 - color contains mainly: blue. Hex color #BD32D9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD32D9 is #42CD26. Grayscale: #6E6E6E. Windows color (decimal): -4377895 or 14234301. OLE color: 14234301.
HSL color Cylindrical-coordinate representation of color #BD32D9: hue angle of 289.94º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BD32D9 is Cyan = 0.13, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 189 | 50 | 217 | - |
| CMYK | 0.13 | 0.77 | 0 | 0.15 |
| HSL | 289.94º | 0.69% | 0.52% | - |
| HSV(B) | 289.94º | 0.77% | 0.85% | - |
| XYZ | 34.65 | 18.11 | 67.31 | - |
| YUV | 110.6 | 188.05 | 183.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 50 | 217 | 0.13 | 0.77 | 0 | 0.15 | 289.94 | 0.69 | 0.52 |
| Hex | BD | 32 | D9 | D | 4D | 0 | F | 122 | 45 | 34 |
| Octal | 275 | 62 | 331 | 15 | 115 | 0 | 17 | 442 | 105 | 64 |
| Binary | 10111101 | 110010 | 11011001 | 1101 | 1001101 | 0 | 1111 | 100100010 | 1000101 | 110100 |
Color Harmonies of #BD32D9
Complementary color
Monochromatic Colors of #BD32D9
Black with #BD32D9
Text Example
Text Example
White with #BD32D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD32D9; }
p { color: rgb(189,50,217); }
H1.HeaderClassName
{
color: #BD32D9;
}
.AnyTagClassName
{
color: #BD32D9;
}
</style>
background-color css
<style>
a { background-color: #BD32D9; }
a { background-color: rgb(189,50,217); }
div.DivClassName
{
background-color: #BD32D9;
}
.BgClassName
{
background-color: #BD32D9;
}
</style>
border-color css
<style>
span { border-color: #BD32D9; }
span { border-color: rgb(189,50,217); }
td.TdClassName
{
border-color: #BD32D9;
}
.TagClassName
{
border-color: #BD32D9;
}
</style>