Shades of Medium Orchid #BD34DB
Tints of Medium Orchid #BD34DB
RGB
CMYK
RGB Variations
Color information
#BD34DB (or 0xBD34DB) is known color: Medium Orchid. HEX triplet: BD, 34 and DB. RGB value is (189,52,219). Sum of RGB (Red+Green+Blue) = 189+52+219=460 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.09% from 460); Green value is 52 (20.70% from 255 or 11.30% from 460); Blue value is 219 (85.94% from 255 or 47.61% from 460); Max value from RGB is 219 - color contains mainly: blue. Hex color #BD34DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD34DB is #42CB24. Grayscale: #6F6F6F. Windows color (decimal): -4377381 or 14365885. OLE color: 14365885.
HSL color Cylindrical-coordinate representation of color #BD34DB: hue angle of 289.22º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BD34DB is Cyan = 0.14, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 189 | 52 | 219 | - |
| CMYK | 0.14 | 0.76 | 0 | 0.14 |
| HSL | 289.22º | 0.7% | 0.53% | - |
| HSV(B) | 289.22º | 0.76% | 0.86% | - |
| XYZ | 35 | 18.39 | 68.72 | - |
| YUV | 112 | 188.39 | 182.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 52 | 219 | 0.14 | 0.76 | 0 | 0.14 | 289.22 | 0.7 | 0.53 |
| Hex | BD | 34 | DB | E | 4C | 0 | E | 121 | 46 | 35 |
| Octal | 275 | 64 | 333 | 16 | 114 | 0 | 16 | 441 | 106 | 65 |
| Binary | 10111101 | 110100 | 11011011 | 1110 | 1001100 | 0 | 1110 | 100100001 | 1000110 | 110101 |
Color Harmonies of #BD34DB
Complementary color
Monochromatic Colors of #BD34DB
Black with #BD34DB
Text Example
Text Example
White with #BD34DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD34DB; }
p { color: rgb(189,52,219); }
H1.HeaderClassName
{
color: #BD34DB;
}
.AnyTagClassName
{
color: #BD34DB;
}
</style>
background-color css
<style>
a { background-color: #BD34DB; }
a { background-color: rgb(189,52,219); }
div.DivClassName
{
background-color: #BD34DB;
}
.BgClassName
{
background-color: #BD34DB;
}
</style>
border-color css
<style>
span { border-color: #BD34DB; }
span { border-color: rgb(189,52,219); }
td.TdClassName
{
border-color: #BD34DB;
}
.TagClassName
{
border-color: #BD34DB;
}
</style>