Shades of Medium Orchid #BD45DB
Tints of Medium Orchid #BD45DB
RGB
CMYK
RGB Variations
Color information
#BD45DB (or 0xBD45DB) is known color: Medium Orchid. HEX triplet: BD, 45 and DB. RGB value is (189,69,219). Sum of RGB (Red+Green+Blue) = 189+69+219=477 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.62% from 477); Green value is 69 (27.34% from 255 or 14.47% from 477); Blue value is 219 (85.94% from 255 or 45.91% from 477); Max value from RGB is 219 - color contains mainly: blue. Hex color #BD45DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD45DB is #42BA24. Grayscale: #797979. Windows color (decimal): -4373029 or 14370237. OLE color: 14370237.
HSL color Cylindrical-coordinate representation of color #BD45DB: hue angle of 288º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BD45DB is Cyan = 0.14, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 189 | 69 | 219 | - |
| CMYK | 0.14 | 0.68 | 0 | 0.14 |
| HSL | 288º | 0.68% | 0.56% | - |
| HSV(B) | 288º | 0.68% | 0.86% | - |
| XYZ | 35.9 | 20.19 | 69.02 | - |
| YUV | 121.98 | 182.76 | 175.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 69 | 219 | 0.14 | 0.68 | 0 | 0.14 | 288 | 0.68 | 0.56 |
| Hex | BD | 45 | DB | E | 44 | 0 | E | 120 | 44 | 38 |
| Octal | 275 | 105 | 333 | 16 | 104 | 0 | 16 | 440 | 104 | 70 |
| Binary | 10111101 | 1000101 | 11011011 | 1110 | 1000100 | 0 | 1110 | 100100000 | 1000100 | 111000 |
Color Harmonies of #BD45DB
Complementary color
Monochromatic Colors of #BD45DB
Black with #BD45DB
Text Example
Text Example
White with #BD45DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD45DB; }
p { color: rgb(189,69,219); }
H1.HeaderClassName
{
color: #BD45DB;
}
.AnyTagClassName
{
color: #BD45DB;
}
</style>
background-color css
<style>
a { background-color: #BD45DB; }
a { background-color: rgb(189,69,219); }
div.DivClassName
{
background-color: #BD45DB;
}
.BgClassName
{
background-color: #BD45DB;
}
</style>
border-color css
<style>
span { border-color: #BD45DB; }
span { border-color: rgb(189,69,219); }
td.TdClassName
{
border-color: #BD45DB;
}
.TagClassName
{
border-color: #BD45DB;
}
</style>