Shades of Medium Orchid #BD6BDB
Tints of Medium Orchid #BD6BDB
RGB
CMYK
RGB Variations
Color information
#BD6BDB (or 0xBD6BDB) is known color: Medium Orchid. HEX triplet: BD, 6B and DB. RGB value is (189,107,219). Sum of RGB (Red+Green+Blue) = 189+107+219=515 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.70% from 515); Green value is 107 (42.19% from 255 or 20.78% from 515); Blue value is 219 (85.94% from 255 or 42.52% from 515); Max value from RGB is 219 - color contains mainly: blue. Hex color #BD6BDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD6BDB is #429424. Grayscale: #8F8F8F. Windows color (decimal): -4363301 or 14379965. OLE color: 14379965.
HSL color Cylindrical-coordinate representation of color #BD6BDB: hue angle of 283.93º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BD6BDB is Cyan = 0.14, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 189 | 107 | 219 | - |
| CMYK | 0.14 | 0.51 | 0 | 0.14 |
| HSL | 283.93º | 0.61% | 0.64% | - |
| HSV(B) | 283.93º | 0.51% | 0.86% | - |
| XYZ | 39.03 | 26.45 | 70.07 | - |
| YUV | 144.29 | 170.17 | 159.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 107 | 219 | 0.14 | 0.51 | 0 | 0.14 | 283.93 | 0.61 | 0.64 |
| Hex | BD | 6B | DB | E | 33 | 0 | E | 11C | 3D | 40 |
| Octal | 275 | 153 | 333 | 16 | 63 | 0 | 16 | 434 | 75 | 100 |
| Binary | 10111101 | 1101011 | 11011011 | 1110 | 110011 | 0 | 1110 | 100011100 | 111101 | 1000000 |
Color Harmonies of #BD6BDB
Complementary color
Monochromatic Colors of #BD6BDB
Black with #BD6BDB
Text Example
Text Example
White with #BD6BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD6BDB; }
p { color: rgb(189,107,219); }
H1.HeaderClassName
{
color: #BD6BDB;
}
.AnyTagClassName
{
color: #BD6BDB;
}
</style>
background-color css
<style>
a { background-color: #BD6BDB; }
a { background-color: rgb(189,107,219); }
div.DivClassName
{
background-color: #BD6BDB;
}
.BgClassName
{
background-color: #BD6BDB;
}
</style>
border-color css
<style>
span { border-color: #BD6BDB; }
span { border-color: rgb(189,107,219); }
td.TdClassName
{
border-color: #BD6BDB;
}
.TagClassName
{
border-color: #BD6BDB;
}
</style>