Shades of Medium Orchid #BD32D6
Tints of Medium Orchid #BD32D6
RGB
CMYK
RGB Variations
Color information
#BD32D6 (or 0xBD32D6) is known color: Medium Orchid. HEX triplet: BD, 32 and D6. RGB value is (189,50,214). Sum of RGB (Red+Green+Blue) = 189+50+214=453 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.72% from 453); Green value is 50 (19.92% from 255 or 11.04% from 453); Blue value is 214 (83.98% from 255 or 47.24% from 453); Max value from RGB is 214 - color contains mainly: blue. Hex color #BD32D6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD32D6 is #42CD29. Grayscale: #6D6D6D. Windows color (decimal): -4377898 or 14037693. OLE color: 14037693.
HSL color Cylindrical-coordinate representation of color #BD32D6: hue angle of 290.85º 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 #BD32D6 is Cyan = 0.12, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 189 | 50 | 214 | - |
| CMYK | 0.12 | 0.77 | 0 | 0.16 |
| HSL | 290.85º | 0.67% | 0.52% | - |
| HSV(B) | 290.85º | 0.77% | 0.84% | - |
| XYZ | 34.26 | 17.96 | 65.28 | - |
| YUV | 110.26 | 186.55 | 184.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 50 | 214 | 0.12 | 0.77 | 0 | 0.16 | 290.85 | 0.67 | 0.52 |
| Hex | BD | 32 | D6 | C | 4D | 0 | 10 | 123 | 43 | 34 |
| Octal | 275 | 62 | 326 | 14 | 115 | 0 | 20 | 443 | 103 | 64 |
| Binary | 10111101 | 110010 | 11010110 | 1100 | 1001101 | 0 | 10000 | 100100011 | 1000011 | 110100 |
Color Harmonies of #BD32D6
Complementary color
Monochromatic Colors of #BD32D6
Black with #BD32D6
Text Example
Text Example
White with #BD32D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD32D6; }
p { color: rgb(189,50,214); }
H1.HeaderClassName
{
color: #BD32D6;
}
.AnyTagClassName
{
color: #BD32D6;
}
</style>
background-color css
<style>
a { background-color: #BD32D6; }
a { background-color: rgb(189,50,214); }
div.DivClassName
{
background-color: #BD32D6;
}
.BgClassName
{
background-color: #BD32D6;
}
</style>
border-color css
<style>
span { border-color: #BD32D6; }
span { border-color: rgb(189,50,214); }
td.TdClassName
{
border-color: #BD32D6;
}
.TagClassName
{
border-color: #BD32D6;
}
</style>