Shades of Medium Orchid #BD37DC
Tints of Medium Orchid #BD37DC
RGB
CMYK
RGB Variations
Color information
#BD37DC (or 0xBD37DC) is known color: Medium Orchid. HEX triplet: BD, 37 and DC. RGB value is (189,55,220). Sum of RGB (Red+Green+Blue) = 189+55+220=464 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.73% from 464); Green value is 55 (21.88% from 255 or 11.85% from 464); Blue value is 220 (86.33% from 255 or 47.41% from 464); Max value from RGB is 220 - color contains mainly: blue. Hex color #BD37DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD37DC is #42C823. Grayscale: #717171. Windows color (decimal): -4376612 or 14432189. OLE color: 14432189.
HSL color Cylindrical-coordinate representation of color #BD37DC: hue angle of 288.73º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BD37DC is Cyan = 0.14, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 189 | 55 | 220 | - |
| CMYK | 0.14 | 0.75 | 0 | 0.14 |
| HSL | 288.73º | 0.7% | 0.54% | - |
| HSV(B) | 288.73º | 0.75% | 0.86% | - |
| XYZ | 35.27 | 18.72 | 69.46 | - |
| YUV | 113.88 | 187.89 | 181.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 55 | 220 | 0.14 | 0.75 | 0 | 0.14 | 288.73 | 0.7 | 0.54 |
| Hex | BD | 37 | DC | E | 4B | 0 | E | 121 | 46 | 36 |
| Octal | 275 | 67 | 334 | 16 | 113 | 0 | 16 | 441 | 106 | 66 |
| Binary | 10111101 | 110111 | 11011100 | 1110 | 1001011 | 0 | 1110 | 100100001 | 1000110 | 110110 |
Color Harmonies of #BD37DC
Complementary color
Monochromatic Colors of #BD37DC
Black with #BD37DC
Text Example
Text Example
White with #BD37DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD37DC; }
p { color: rgb(189,55,220); }
H1.HeaderClassName
{
color: #BD37DC;
}
.AnyTagClassName
{
color: #BD37DC;
}
</style>
background-color css
<style>
a { background-color: #BD37DC; }
a { background-color: rgb(189,55,220); }
div.DivClassName
{
background-color: #BD37DC;
}
.BgClassName
{
background-color: #BD37DC;
}
</style>
border-color css
<style>
span { border-color: #BD37DC; }
span { border-color: rgb(189,55,220); }
td.TdClassName
{
border-color: #BD37DC;
}
.TagClassName
{
border-color: #BD37DC;
}
</style>