Shades of Medium Orchid #BD7ADB
Tints of Medium Orchid #BD7ADB
RGB
CMYK
RGB Variations
Color information
#BD7ADB (or 0xBD7ADB) is known color: Medium Orchid. HEX triplet: BD, 7A and DB. RGB value is (189,122,219). Sum of RGB (Red+Green+Blue) = 189+122+219=530 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.66% from 530); Green value is 122 (48.05% from 255 or 23.02% from 530); Blue value is 219 (85.94% from 255 or 41.32% from 530); Max value from RGB is 219 - color contains mainly: blue. Hex color #BD7ADB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD7ADB is #428524. Grayscale: #989898. Windows color (decimal): -4359461 or 14383805. OLE color: 14383805.
HSL color Cylindrical-coordinate representation of color #BD7ADB: hue angle of 281.44º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BD7ADB is Cyan = 0.14, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 189 | 122 | 219 | - |
| CMYK | 0.14 | 0.44 | 0 | 0.14 |
| HSL | 281.44º | 0.57% | 0.67% | - |
| HSV(B) | 281.44º | 0.44% | 0.86% | - |
| XYZ | 40.73 | 29.85 | 70.63 | - |
| YUV | 153.09 | 165.2 | 153.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 122 | 219 | 0.14 | 0.44 | 0 | 0.14 | 281.44 | 0.57 | 0.67 |
| Hex | BD | 7A | DB | E | 2C | 0 | E | 119 | 39 | 43 |
| Octal | 275 | 172 | 333 | 16 | 54 | 0 | 16 | 431 | 71 | 103 |
| Binary | 10111101 | 1111010 | 11011011 | 1110 | 101100 | 0 | 1110 | 100011001 | 111001 | 1000011 |
Color Harmonies of #BD7ADB
Complementary color
Monochromatic Colors of #BD7ADB
Black with #BD7ADB
Text Example
Text Example
White with #BD7ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD7ADB; }
p { color: rgb(189,122,219); }
H1.HeaderClassName
{
color: #BD7ADB;
}
.AnyTagClassName
{
color: #BD7ADB;
}
</style>
background-color css
<style>
a { background-color: #BD7ADB; }
a { background-color: rgb(189,122,219); }
div.DivClassName
{
background-color: #BD7ADB;
}
.BgClassName
{
background-color: #BD7ADB;
}
</style>
border-color css
<style>
span { border-color: #BD7ADB; }
span { border-color: rgb(189,122,219); }
td.TdClassName
{
border-color: #BD7ADB;
}
.TagClassName
{
border-color: #BD7ADB;
}
</style>