Shades of Medium Orchid #BD56DB
Tints of Medium Orchid #BD56DB
RGB
CMYK
RGB Variations
Color information
#BD56DB (or 0xBD56DB) is known color: Medium Orchid. HEX triplet: BD, 56 and DB. RGB value is (189,86,219). Sum of RGB (Red+Green+Blue) = 189+86+219=494 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.26% from 494); Green value is 86 (33.98% from 255 or 17.41% from 494); Blue value is 219 (85.94% from 255 or 44.33% from 494); Max value from RGB is 219 - color contains mainly: blue. Hex color #BD56DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD56DB is #42A924. Grayscale: #838383. Windows color (decimal): -4368677 or 14374589. OLE color: 14374589.
HSL color Cylindrical-coordinate representation of color #BD56DB: hue angle of 286.47º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BD56DB is Cyan = 0.14, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 189 | 86 | 219 | - |
| CMYK | 0.14 | 0.61 | 0 | 0.14 |
| HSL | 286.47º | 0.65% | 0.6% | - |
| HSV(B) | 286.47º | 0.61% | 0.86% | - |
| XYZ | 37.1 | 22.59 | 69.42 | - |
| YUV | 131.96 | 177.12 | 168.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 86 | 219 | 0.14 | 0.61 | 0 | 0.14 | 286.47 | 0.65 | 0.6 |
| Hex | BD | 56 | DB | E | 3D | 0 | E | 11E | 41 | 3C |
| Octal | 275 | 126 | 333 | 16 | 75 | 0 | 16 | 436 | 101 | 74 |
| Binary | 10111101 | 1010110 | 11011011 | 1110 | 111101 | 0 | 1110 | 100011110 | 1000001 | 111100 |
Color Harmonies of #BD56DB
Complementary color
Monochromatic Colors of #BD56DB
Black with #BD56DB
Text Example
Text Example
White with #BD56DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD56DB; }
p { color: rgb(189,86,219); }
H1.HeaderClassName
{
color: #BD56DB;
}
.AnyTagClassName
{
color: #BD56DB;
}
</style>
background-color css
<style>
a { background-color: #BD56DB; }
a { background-color: rgb(189,86,219); }
div.DivClassName
{
background-color: #BD56DB;
}
.BgClassName
{
background-color: #BD56DB;
}
</style>
border-color css
<style>
span { border-color: #BD56DB; }
span { border-color: rgb(189,86,219); }
td.TdClassName
{
border-color: #BD56DB;
}
.TagClassName
{
border-color: #BD56DB;
}
</style>