Shades of Medium Orchid #BD6DDB
Tints of Medium Orchid #BD6DDB
RGB
CMYK
RGB Variations
Color information
#BD6DDB (or 0xBD6DDB) is known color: Medium Orchid. HEX triplet: BD, 6D and DB. RGB value is (189,109,219). Sum of RGB (Red+Green+Blue) = 189+109+219=517 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.56% from 517); Green value is 109 (42.97% from 255 or 21.08% from 517); Blue value is 219 (85.94% from 255 or 42.36% from 517); Max value from RGB is 219 - color contains mainly: blue. Hex color #BD6DDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD6DDB is #429224. Grayscale: #919191. Windows color (decimal): -4362789 or 14380477. OLE color: 14380477.
HSL color Cylindrical-coordinate representation of color #BD6DDB: hue angle of 283.64º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BD6DDB is Cyan = 0.14, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 189 | 109 | 219 | - |
| CMYK | 0.14 | 0.50 | 0 | 0.14 |
| HSL | 283.64º | 0.6% | 0.64% | - |
| HSV(B) | 283.64º | 0.5% | 0.86% | - |
| XYZ | 39.24 | 26.87 | 70.14 | - |
| YUV | 145.46 | 169.5 | 159.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 109 | 219 | 0.14 | 0.50 | 0 | 0.14 | 283.64 | 0.6 | 0.64 |
| Hex | BD | 6D | DB | E | 32 | 0 | E | 11C | 3C | 40 |
| Octal | 275 | 155 | 333 | 16 | 62 | 0 | 16 | 434 | 74 | 100 |
| Binary | 10111101 | 1101101 | 11011011 | 1110 | 110010 | 0 | 1110 | 100011100 | 111100 | 1000000 |
Color Harmonies of #BD6DDB
Complementary color
Monochromatic Colors of #BD6DDB
Black with #BD6DDB
Text Example
Text Example
White with #BD6DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD6DDB; }
p { color: rgb(189,109,219); }
H1.HeaderClassName
{
color: #BD6DDB;
}
.AnyTagClassName
{
color: #BD6DDB;
}
</style>
background-color css
<style>
a { background-color: #BD6DDB; }
a { background-color: rgb(189,109,219); }
div.DivClassName
{
background-color: #BD6DDB;
}
.BgClassName
{
background-color: #BD6DDB;
}
</style>
border-color css
<style>
span { border-color: #BD6DDB; }
span { border-color: rgb(189,109,219); }
td.TdClassName
{
border-color: #BD6DDB;
}
.TagClassName
{
border-color: #BD6DDB;
}
</style>