Shades of Medium Orchid #BD71DB
Tints of Medium Orchid #BD71DB
RGB
CMYK
RGB Variations
Color information
#BD71DB (or 0xBD71DB) is known color: Medium Orchid. HEX triplet: BD, 71 and DB. RGB value is (189,113,219). Sum of RGB (Red+Green+Blue) = 189+113+219=521 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.28% from 521); Green value is 113 (44.53% from 255 or 21.69% from 521); Blue value is 219 (85.94% from 255 or 42.03% from 521); Max value from RGB is 219 - color contains mainly: blue. Hex color #BD71DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD71DB is #428E24. Grayscale: #939393. Windows color (decimal): -4361765 or 14381501. OLE color: 14381501.
HSL color Cylindrical-coordinate representation of color #BD71DB: hue angle of 283.02º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BD71DB is Cyan = 0.14, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 189 | 113 | 219 | - |
| CMYK | 0.14 | 0.48 | 0 | 0.14 |
| HSL | 283.02º | 0.6% | 0.65% | - |
| HSV(B) | 283.02º | 0.48% | 0.86% | - |
| XYZ | 39.68 | 27.74 | 70.28 | - |
| YUV | 147.81 | 168.18 | 157.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 113 | 219 | 0.14 | 0.48 | 0 | 0.14 | 283.02 | 0.6 | 0.65 |
| Hex | BD | 71 | DB | E | 30 | 0 | E | 11B | 3C | 41 |
| Octal | 275 | 161 | 333 | 16 | 60 | 0 | 16 | 433 | 74 | 101 |
| Binary | 10111101 | 1110001 | 11011011 | 1110 | 110000 | 0 | 1110 | 100011011 | 111100 | 1000001 |
Color Harmonies of #BD71DB
Complementary color
Monochromatic Colors of #BD71DB
Black with #BD71DB
Text Example
Text Example
White with #BD71DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD71DB; }
p { color: rgb(189,113,219); }
H1.HeaderClassName
{
color: #BD71DB;
}
.AnyTagClassName
{
color: #BD71DB;
}
</style>
background-color css
<style>
a { background-color: #BD71DB; }
a { background-color: rgb(189,113,219); }
div.DivClassName
{
background-color: #BD71DB;
}
.BgClassName
{
background-color: #BD71DB;
}
</style>
border-color css
<style>
span { border-color: #BD71DB; }
span { border-color: rgb(189,113,219); }
td.TdClassName
{
border-color: #BD71DB;
}
.TagClassName
{
border-color: #BD71DB;
}
</style>