Shades of Medium Orchid #BD6ADB
Tints of Medium Orchid #BD6ADB
RGB
CMYK
RGB Variations
Color information
#BD6ADB (or 0xBD6ADB) is known color: Medium Orchid. HEX triplet: BD, 6A and DB. RGB value is (189,106,219). Sum of RGB (Red+Green+Blue) = 189+106+219=514 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.77% from 514); Green value is 106 (41.80% from 255 or 20.62% from 514); Blue value is 219 (85.94% from 255 or 42.61% from 514); Max value from RGB is 219 - color contains mainly: blue. Hex color #BD6ADB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD6ADB is #429524. Grayscale: #8F8F8F. Windows color (decimal): -4363557 or 14379709. OLE color: 14379709.
HSL color Cylindrical-coordinate representation of color #BD6ADB: hue angle of 284.07º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BD6ADB is Cyan = 0.14, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 189 | 106 | 219 | - |
| CMYK | 0.14 | 0.52 | 0 | 0.14 |
| HSL | 284.07º | 0.61% | 0.64% | - |
| HSV(B) | 284.07º | 0.52% | 0.86% | - |
| XYZ | 38.93 | 26.24 | 70.03 | - |
| YUV | 143.7 | 170.5 | 160.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 106 | 219 | 0.14 | 0.52 | 0 | 0.14 | 284.07 | 0.61 | 0.64 |
| Hex | BD | 6A | DB | E | 34 | 0 | E | 11C | 3D | 40 |
| Octal | 275 | 152 | 333 | 16 | 64 | 0 | 16 | 434 | 75 | 100 |
| Binary | 10111101 | 1101010 | 11011011 | 1110 | 110100 | 0 | 1110 | 100011100 | 111101 | 1000000 |
Color Harmonies of #BD6ADB
Complementary color
Monochromatic Colors of #BD6ADB
Black with #BD6ADB
Text Example
Text Example
White with #BD6ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD6ADB; }
p { color: rgb(189,106,219); }
H1.HeaderClassName
{
color: #BD6ADB;
}
.AnyTagClassName
{
color: #BD6ADB;
}
</style>
background-color css
<style>
a { background-color: #BD6ADB; }
a { background-color: rgb(189,106,219); }
div.DivClassName
{
background-color: #BD6ADB;
}
.BgClassName
{
background-color: #BD6ADB;
}
</style>
border-color css
<style>
span { border-color: #BD6ADB; }
span { border-color: rgb(189,106,219); }
td.TdClassName
{
border-color: #BD6ADB;
}
.TagClassName
{
border-color: #BD6ADB;
}
</style>