Shades of Medium Orchid #BD6CDB
Tints of Medium Orchid #BD6CDB
RGB
CMYK
RGB Variations
Color information
#BD6CDB (or 0xBD6CDB) is known color: Medium Orchid. HEX triplet: BD, 6C and DB. RGB value is (189,108,219). Sum of RGB (Red+Green+Blue) = 189+108+219=516 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.63% from 516); Green value is 108 (42.58% from 255 or 20.93% from 516); Blue value is 219 (85.94% from 255 or 42.44% from 516); Max value from RGB is 219 - color contains mainly: blue. Hex color #BD6CDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD6CDB is #429324. Grayscale: #909090. Windows color (decimal): -4363045 or 14380221. OLE color: 14380221.
HSL color Cylindrical-coordinate representation of color #BD6CDB: hue angle of 283.78º 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 #BD6CDB is Cyan = 0.14, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 189 | 108 | 219 | - |
| CMYK | 0.14 | 0.51 | 0 | 0.14 |
| HSL | 283.78º | 0.61% | 0.64% | - |
| HSV(B) | 283.78º | 0.51% | 0.86% | - |
| XYZ | 39.14 | 26.66 | 70.1 | - |
| YUV | 144.87 | 169.84 | 159.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 108 | 219 | 0.14 | 0.51 | 0 | 0.14 | 283.78 | 0.61 | 0.64 |
| Hex | BD | 6C | DB | E | 33 | 0 | E | 11C | 3D | 40 |
| Octal | 275 | 154 | 333 | 16 | 63 | 0 | 16 | 434 | 75 | 100 |
| Binary | 10111101 | 1101100 | 11011011 | 1110 | 110011 | 0 | 1110 | 100011100 | 111101 | 1000000 |
Color Harmonies of #BD6CDB
Complementary color
Monochromatic Colors of #BD6CDB
Black with #BD6CDB
Text Example
Text Example
White with #BD6CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD6CDB; }
p { color: rgb(189,108,219); }
H1.HeaderClassName
{
color: #BD6CDB;
}
.AnyTagClassName
{
color: #BD6CDB;
}
</style>
background-color css
<style>
a { background-color: #BD6CDB; }
a { background-color: rgb(189,108,219); }
div.DivClassName
{
background-color: #BD6CDB;
}
.BgClassName
{
background-color: #BD6CDB;
}
</style>
border-color css
<style>
span { border-color: #BD6CDB; }
span { border-color: rgb(189,108,219); }
td.TdClassName
{
border-color: #BD6CDB;
}
.TagClassName
{
border-color: #BD6CDB;
}
</style>