Shades of Medium Orchid #BD6EDB
Tints of Medium Orchid #BD6EDB
RGB
CMYK
RGB Variations
Color information
#BD6EDB (or 0xBD6EDB) is known color: Medium Orchid. HEX triplet: BD, 6E and DB. RGB value is (189,110,219). Sum of RGB (Red+Green+Blue) = 189+110+219=518 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.49% from 518); Green value is 110 (43.36% from 255 or 21.24% from 518); Blue value is 219 (85.94% from 255 or 42.28% from 518); Max value from RGB is 219 - color contains mainly: blue. Hex color #BD6EDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD6EDB is #429124. Grayscale: #919191. Windows color (decimal): -4362533 or 14380733. OLE color: 14380733.
HSL color Cylindrical-coordinate representation of color #BD6EDB: hue angle of 283.49º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BD6EDB is Cyan = 0.14, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 189 | 110 | 219 | - |
| CMYK | 0.14 | 0.50 | 0 | 0.14 |
| HSL | 283.49º | 0.6% | 0.65% | - |
| HSV(B) | 283.49º | 0.5% | 0.86% | - |
| XYZ | 39.35 | 27.09 | 70.17 | - |
| YUV | 146.05 | 169.17 | 158.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 110 | 219 | 0.14 | 0.50 | 0 | 0.14 | 283.49 | 0.6 | 0.65 |
| Hex | BD | 6E | DB | E | 32 | 0 | E | 11B | 3C | 41 |
| Octal | 275 | 156 | 333 | 16 | 62 | 0 | 16 | 433 | 74 | 101 |
| Binary | 10111101 | 1101110 | 11011011 | 1110 | 110010 | 0 | 1110 | 100011011 | 111100 | 1000001 |
Color Harmonies of #BD6EDB
Complementary color
Monochromatic Colors of #BD6EDB
Black with #BD6EDB
Text Example
Text Example
White with #BD6EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD6EDB; }
p { color: rgb(189,110,219); }
H1.HeaderClassName
{
color: #BD6EDB;
}
.AnyTagClassName
{
color: #BD6EDB;
}
</style>
background-color css
<style>
a { background-color: #BD6EDB; }
a { background-color: rgb(189,110,219); }
div.DivClassName
{
background-color: #BD6EDB;
}
.BgClassName
{
background-color: #BD6EDB;
}
</style>
border-color css
<style>
span { border-color: #BD6EDB; }
span { border-color: rgb(189,110,219); }
td.TdClassName
{
border-color: #BD6EDB;
}
.TagClassName
{
border-color: #BD6EDB;
}
</style>