Shades of Medium Orchid #BD49DB
Tints of Medium Orchid #BD49DB
RGB
CMYK
RGB Variations
Color information
#BD49DB (or 0xBD49DB) is known color: Medium Orchid. HEX triplet: BD, 49 and DB. RGB value is (189,73,219). Sum of RGB (Red+Green+Blue) = 189+73+219=481 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.29% from 481); Green value is 73 (28.91% from 255 or 15.18% from 481); Blue value is 219 (85.94% from 255 or 45.53% from 481); Max value from RGB is 219 - color contains mainly: blue. Hex color #BD49DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD49DB is #42B624. Grayscale: #7B7B7B. Windows color (decimal): -4372005 or 14371261. OLE color: 14371261.
HSL color Cylindrical-coordinate representation of color #BD49DB: hue angle of 287.67º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BD49DB is Cyan = 0.14, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 189 | 73 | 219 | - |
| CMYK | 0.14 | 0.67 | 0 | 0.14 |
| HSL | 287.67º | 0.67% | 0.57% | - |
| HSV(B) | 287.67º | 0.67% | 0.86% | - |
| XYZ | 36.15 | 20.7 | 69.11 | - |
| YUV | 124.33 | 181.43 | 174.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 73 | 219 | 0.14 | 0.67 | 0 | 0.14 | 287.67 | 0.67 | 0.57 |
| Hex | BD | 49 | DB | E | 43 | 0 | E | 120 | 43 | 39 |
| Octal | 275 | 111 | 333 | 16 | 103 | 0 | 16 | 440 | 103 | 71 |
| Binary | 10111101 | 1001001 | 11011011 | 1110 | 1000011 | 0 | 1110 | 100100000 | 1000011 | 111001 |
Color Harmonies of #BD49DB
Complementary color
Monochromatic Colors of #BD49DB
Black with #BD49DB
Text Example
Text Example
White with #BD49DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD49DB; }
p { color: rgb(189,73,219); }
H1.HeaderClassName
{
color: #BD49DB;
}
.AnyTagClassName
{
color: #BD49DB;
}
</style>
background-color css
<style>
a { background-color: #BD49DB; }
a { background-color: rgb(189,73,219); }
div.DivClassName
{
background-color: #BD49DB;
}
.BgClassName
{
background-color: #BD49DB;
}
</style>
border-color css
<style>
span { border-color: #BD49DB; }
span { border-color: rgb(189,73,219); }
td.TdClassName
{
border-color: #BD49DB;
}
.TagClassName
{
border-color: #BD49DB;
}
</style>