Shades of Medium Orchid #BD69DB
Tints of Medium Orchid #BD69DB
RGB
CMYK
RGB Variations
Color information
#BD69DB (or 0xBD69DB) is known color: Medium Orchid. HEX triplet: BD, 69 and DB. RGB value is (189,105,219). Sum of RGB (Red+Green+Blue) = 189+105+219=513 (67% of max value = 765). Red value is 189 (74.22% from 255 or 36.84% from 513); Green value is 105 (41.41% from 255 or 20.47% from 513); Blue value is 219 (85.94% from 255 or 42.69% from 513); Max value from RGB is 219 - color contains mainly: blue. Hex color #BD69DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD69DB is #429624. Grayscale: #8E8E8E. Windows color (decimal): -4363813 or 14379453. OLE color: 14379453.
HSL color Cylindrical-coordinate representation of color #BD69DB: hue angle of 284.21º 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 #BD69DB is Cyan = 0.14, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 189 | 105 | 219 | - |
| CMYK | 0.14 | 0.52 | 0 | 0.14 |
| HSL | 284.21º | 0.61% | 0.64% | - |
| HSV(B) | 284.21º | 0.52% | 0.86% | - |
| XYZ | 38.82 | 26.04 | 70 | - |
| YUV | 143.11 | 170.83 | 160.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 105 | 219 | 0.14 | 0.52 | 0 | 0.14 | 284.21 | 0.61 | 0.64 |
| Hex | BD | 69 | DB | E | 34 | 0 | E | 11C | 3D | 40 |
| Octal | 275 | 151 | 333 | 16 | 64 | 0 | 16 | 434 | 75 | 100 |
| Binary | 10111101 | 1101001 | 11011011 | 1110 | 110100 | 0 | 1110 | 100011100 | 111101 | 1000000 |
Color Harmonies of #BD69DB
Complementary color
Monochromatic Colors of #BD69DB
Black with #BD69DB
Text Example
Text Example
White with #BD69DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD69DB; }
p { color: rgb(189,105,219); }
H1.HeaderClassName
{
color: #BD69DB;
}
.AnyTagClassName
{
color: #BD69DB;
}
</style>
background-color css
<style>
a { background-color: #BD69DB; }
a { background-color: rgb(189,105,219); }
div.DivClassName
{
background-color: #BD69DB;
}
.BgClassName
{
background-color: #BD69DB;
}
</style>
border-color css
<style>
span { border-color: #BD69DB; }
span { border-color: rgb(189,105,219); }
td.TdClassName
{
border-color: #BD69DB;
}
.TagClassName
{
border-color: #BD69DB;
}
</style>