Shades of Medium Orchid #BD50DB
Tints of Medium Orchid #BD50DB
RGB
CMYK
RGB Variations
Color information
#BD50DB (or 0xBD50DB) is known color: Medium Orchid. HEX triplet: BD, 50 and DB. RGB value is (189,80,219). Sum of RGB (Red+Green+Blue) = 189+80+219=488 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.73% from 488); Green value is 80 (31.64% from 255 or 16.39% from 488); Blue value is 219 (85.94% from 255 or 44.88% from 488); Max value from RGB is 219 - color contains mainly: blue. Hex color #BD50DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD50DB is #42AF24. Grayscale: #7F7F7F. Windows color (decimal): -4370213 or 14373053. OLE color: 14373053.
HSL color Cylindrical-coordinate representation of color #BD50DB: hue angle of 287.05º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BD50DB is Cyan = 0.14, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 189 | 80 | 219 | - |
| CMYK | 0.14 | 0.63 | 0 | 0.14 |
| HSL | 287.05º | 0.66% | 0.59% | - |
| HSV(B) | 287.05º | 0.63% | 0.86% | - |
| XYZ | 36.64 | 21.67 | 69.27 | - |
| YUV | 128.44 | 179.11 | 171.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 80 | 219 | 0.14 | 0.63 | 0 | 0.14 | 287.05 | 0.66 | 0.59 |
| Hex | BD | 50 | DB | E | 3F | 0 | E | 11F | 42 | 3B |
| Octal | 275 | 120 | 333 | 16 | 77 | 0 | 16 | 437 | 102 | 73 |
| Binary | 10111101 | 1010000 | 11011011 | 1110 | 111111 | 0 | 1110 | 100011111 | 1000010 | 111011 |
Color Harmonies of #BD50DB
Complementary color
Monochromatic Colors of #BD50DB
Black with #BD50DB
Text Example
Text Example
White with #BD50DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD50DB; }
p { color: rgb(189,80,219); }
H1.HeaderClassName
{
color: #BD50DB;
}
.AnyTagClassName
{
color: #BD50DB;
}
</style>
background-color css
<style>
a { background-color: #BD50DB; }
a { background-color: rgb(189,80,219); }
div.DivClassName
{
background-color: #BD50DB;
}
.BgClassName
{
background-color: #BD50DB;
}
</style>
border-color css
<style>
span { border-color: #BD50DB; }
span { border-color: rgb(189,80,219); }
td.TdClassName
{
border-color: #BD50DB;
}
.TagClassName
{
border-color: #BD50DB;
}
</style>