Shades of Medium Orchid #BD40DB
Tints of Medium Orchid #BD40DB
RGB
CMYK
RGB Variations
Color information
#BD40DB (or 0xBD40DB) is known color: Medium Orchid. HEX triplet: BD, 40 and DB. RGB value is (189,64,219). Sum of RGB (Red+Green+Blue) = 189+64+219=472 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.04% from 472); Green value is 64 (25.39% from 255 or 13.56% from 472); Blue value is 219 (85.94% from 255 or 46.40% from 472); Max value from RGB is 219 - color contains mainly: blue. Hex color #BD40DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD40DB is #42BF24. Grayscale: #767676. Windows color (decimal): -4374309 or 14368957. OLE color: 14368957.
HSL color Cylindrical-coordinate representation of color #BD40DB: hue angle of 288.39º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BD40DB is Cyan = 0.14, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 189 | 64 | 219 | - |
| CMYK | 0.14 | 0.71 | 0 | 0.14 |
| HSL | 288.39º | 0.68% | 0.55% | - |
| HSV(B) | 288.39º | 0.71% | 0.86% | - |
| XYZ | 35.61 | 19.6 | 68.92 | - |
| YUV | 119.05 | 184.41 | 177.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 64 | 219 | 0.14 | 0.71 | 0 | 0.14 | 288.39 | 0.68 | 0.55 |
| Hex | BD | 40 | DB | E | 47 | 0 | E | 120 | 44 | 37 |
| Octal | 275 | 100 | 333 | 16 | 107 | 0 | 16 | 440 | 104 | 67 |
| Binary | 10111101 | 1000000 | 11011011 | 1110 | 1000111 | 0 | 1110 | 100100000 | 1000100 | 110111 |
Color Harmonies of #BD40DB
Complementary color
Monochromatic Colors of #BD40DB
Black with #BD40DB
Text Example
Text Example
White with #BD40DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD40DB; }
p { color: rgb(189,64,219); }
H1.HeaderClassName
{
color: #BD40DB;
}
.AnyTagClassName
{
color: #BD40DB;
}
</style>
background-color css
<style>
a { background-color: #BD40DB; }
a { background-color: rgb(189,64,219); }
div.DivClassName
{
background-color: #BD40DB;
}
.BgClassName
{
background-color: #BD40DB;
}
</style>
border-color css
<style>
span { border-color: #BD40DB; }
span { border-color: rgb(189,64,219); }
td.TdClassName
{
border-color: #BD40DB;
}
.TagClassName
{
border-color: #BD40DB;
}
</style>