Shades of Medium Orchid #BD39DB
Tints of Medium Orchid #BD39DB
RGB
CMYK
RGB Variations
Color information
#BD39DB (or 0xBD39DB) is known color: Medium Orchid. HEX triplet: BD, 39 and DB. RGB value is (189,57,219). Sum of RGB (Red+Green+Blue) = 189+57+219=465 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.65% from 465); Green value is 57 (22.66% from 255 or 12.26% from 465); Blue value is 219 (85.94% from 255 or 47.10% from 465); Max value from RGB is 219 - color contains mainly: blue. Hex color #BD39DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD39DB is #42C624. Grayscale: #727272. Windows color (decimal): -4376101 or 14367165. OLE color: 14367165.
HSL color Cylindrical-coordinate representation of color #BD39DB: hue angle of 288.89º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BD39DB is Cyan = 0.14, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 189 | 57 | 219 | - |
| CMYK | 0.14 | 0.74 | 0 | 0.14 |
| HSL | 288.89º | 0.69% | 0.54% | - |
| HSV(B) | 288.89º | 0.74% | 0.86% | - |
| XYZ | 35.24 | 18.86 | 68.8 | - |
| YUV | 114.94 | 186.73 | 180.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 57 | 219 | 0.14 | 0.74 | 0 | 0.14 | 288.89 | 0.69 | 0.54 |
| Hex | BD | 39 | DB | E | 4A | 0 | E | 121 | 45 | 36 |
| Octal | 275 | 71 | 333 | 16 | 112 | 0 | 16 | 441 | 105 | 66 |
| Binary | 10111101 | 111001 | 11011011 | 1110 | 1001010 | 0 | 1110 | 100100001 | 1000101 | 110110 |
Color Harmonies of #BD39DB
Complementary color
Monochromatic Colors of #BD39DB
Black with #BD39DB
Text Example
Text Example
White with #BD39DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD39DB; }
p { color: rgb(189,57,219); }
H1.HeaderClassName
{
color: #BD39DB;
}
.AnyTagClassName
{
color: #BD39DB;
}
</style>
background-color css
<style>
a { background-color: #BD39DB; }
a { background-color: rgb(189,57,219); }
div.DivClassName
{
background-color: #BD39DB;
}
.BgClassName
{
background-color: #BD39DB;
}
</style>
border-color css
<style>
span { border-color: #BD39DB; }
span { border-color: rgb(189,57,219); }
td.TdClassName
{
border-color: #BD39DB;
}
.TagClassName
{
border-color: #BD39DB;
}
</style>