Shades of Medium Orchid #BD3ADB
Tints of Medium Orchid #BD3ADB
RGB
CMYK
RGB Variations
Color information
#BD3ADB (or 0xBD3ADB) is known color: Medium Orchid. HEX triplet: BD, 3A and DB. RGB value is (189,58,219). Sum of RGB (Red+Green+Blue) = 189+58+219=466 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.56% from 466); Green value is 58 (23.05% from 255 or 12.45% from 466); Blue value is 219 (85.94% from 255 or 47.00% from 466); Max value from RGB is 219 - color contains mainly: blue. Hex color #BD3ADB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD3ADB is #42C524. Grayscale: #737373. Windows color (decimal): -4375845 or 14367421. OLE color: 14367421.
HSL color Cylindrical-coordinate representation of color #BD3ADB: hue angle of 288.82º 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 #BD3ADB is Cyan = 0.14, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 189 | 58 | 219 | - |
| CMYK | 0.14 | 0.74 | 0 | 0.14 |
| HSL | 288.82º | 0.69% | 0.54% | - |
| HSV(B) | 288.82º | 0.74% | 0.86% | - |
| XYZ | 35.29 | 18.96 | 68.82 | - |
| YUV | 115.52 | 186.4 | 180.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 58 | 219 | 0.14 | 0.74 | 0 | 0.14 | 288.82 | 0.69 | 0.54 |
| Hex | BD | 3A | DB | E | 4A | 0 | E | 121 | 45 | 36 |
| Octal | 275 | 72 | 333 | 16 | 112 | 0 | 16 | 441 | 105 | 66 |
| Binary | 10111101 | 111010 | 11011011 | 1110 | 1001010 | 0 | 1110 | 100100001 | 1000101 | 110110 |
Color Harmonies of #BD3ADB
Complementary color
Monochromatic Colors of #BD3ADB
Black with #BD3ADB
Text Example
Text Example
White with #BD3ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3ADB; }
p { color: rgb(189,58,219); }
H1.HeaderClassName
{
color: #BD3ADB;
}
.AnyTagClassName
{
color: #BD3ADB;
}
</style>
background-color css
<style>
a { background-color: #BD3ADB; }
a { background-color: rgb(189,58,219); }
div.DivClassName
{
background-color: #BD3ADB;
}
.BgClassName
{
background-color: #BD3ADB;
}
</style>
border-color css
<style>
span { border-color: #BD3ADB; }
span { border-color: rgb(189,58,219); }
td.TdClassName
{
border-color: #BD3ADB;
}
.TagClassName
{
border-color: #BD3ADB;
}
</style>