Shades of Medium Orchid #BD31DB
Tints of Medium Orchid #BD31DB
RGB
CMYK
RGB Variations
Color information
#BD31DB (or 0xBD31DB) is known color: Medium Orchid. HEX triplet: BD, 31 and DB. RGB value is (189,49,219). Sum of RGB (Red+Green+Blue) = 189+49+219=457 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.36% from 457); Green value is 49 (19.53% from 255 or 10.72% from 457); Blue value is 219 (85.94% from 255 or 47.92% from 457); Max value from RGB is 219 - color contains mainly: blue. Hex color #BD31DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD31DB is #42CE24. Grayscale: #6D6D6D. Windows color (decimal): -4378149 or 14365117. OLE color: 14365117.
HSL color Cylindrical-coordinate representation of color #BD31DB: hue angle of 289.41º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BD31DB is Cyan = 0.14, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 189 | 49 | 219 | - |
| CMYK | 0.14 | 0.78 | 0 | 0.14 |
| HSL | 289.41º | 0.7% | 0.53% | - |
| HSV(B) | 289.41º | 0.78% | 0.86% | - |
| XYZ | 34.87 | 18.13 | 68.68 | - |
| YUV | 110.24 | 189.38 | 184.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 49 | 219 | 0.14 | 0.78 | 0 | 0.14 | 289.41 | 0.7 | 0.53 |
| Hex | BD | 31 | DB | E | 4E | 0 | E | 121 | 46 | 35 |
| Octal | 275 | 61 | 333 | 16 | 116 | 0 | 16 | 441 | 106 | 65 |
| Binary | 10111101 | 110001 | 11011011 | 1110 | 1001110 | 0 | 1110 | 100100001 | 1000110 | 110101 |
Color Harmonies of #BD31DB
Complementary color
Monochromatic Colors of #BD31DB
Black with #BD31DB
Text Example
Text Example
White with #BD31DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD31DB; }
p { color: rgb(189,49,219); }
H1.HeaderClassName
{
color: #BD31DB;
}
.AnyTagClassName
{
color: #BD31DB;
}
</style>
background-color css
<style>
a { background-color: #BD31DB; }
a { background-color: rgb(189,49,219); }
div.DivClassName
{
background-color: #BD31DB;
}
.BgClassName
{
background-color: #BD31DB;
}
</style>
border-color css
<style>
span { border-color: #BD31DB; }
span { border-color: rgb(189,49,219); }
td.TdClassName
{
border-color: #BD31DB;
}
.TagClassName
{
border-color: #BD31DB;
}
</style>