Shades of Medium Orchid #BD7AD9
Tints of Medium Orchid #BD7AD9
RGB
CMYK
RGB Variations
Color information
#BD7AD9 (or 0xBD7AD9) is known color: Medium Orchid. HEX triplet: BD, 7A and D9. RGB value is (189,122,217). Sum of RGB (Red+Green+Blue) = 189+122+217=528 (69% of max value = 765). Red value is 189 (74.22% from 255 or 35.80% from 528); Green value is 122 (48.05% from 255 or 23.11% from 528); Blue value is 217 (85.16% from 255 or 41.10% from 528); Max value from RGB is 217 - color contains mainly: blue. Hex color #BD7AD9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD7AD9 is #428526. Grayscale: #989898. Windows color (decimal): -4359463 or 14252733. OLE color: 14252733.
HSL color Cylindrical-coordinate representation of color #BD7AD9: hue angle of 282.32º degrees, saturation: 0.56, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BD7AD9 is Cyan = 0.13, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 189 | 122 | 217 | - |
| CMYK | 0.13 | 0.44 | 0 | 0.15 |
| HSL | 282.32º | 0.56% | 0.66% | - |
| HSV(B) | 282.32º | 0.44% | 0.85% | - |
| XYZ | 40.47 | 29.75 | 69.25 | - |
| YUV | 152.86 | 164.2 | 153.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 122 | 217 | 0.13 | 0.44 | 0 | 0.15 | 282.32 | 0.56 | 0.66 |
| Hex | BD | 7A | D9 | D | 2C | 0 | F | 11A | 38 | 42 |
| Octal | 275 | 172 | 331 | 15 | 54 | 0 | 17 | 432 | 70 | 102 |
| Binary | 10111101 | 1111010 | 11011001 | 1101 | 101100 | 0 | 1111 | 100011010 | 111000 | 1000010 |
Color Harmonies of #BD7AD9
Complementary color
Monochromatic Colors of #BD7AD9
Black with #BD7AD9
Text Example
Text Example
White with #BD7AD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD7AD9; }
p { color: rgb(189,122,217); }
H1.HeaderClassName
{
color: #BD7AD9;
}
.AnyTagClassName
{
color: #BD7AD9;
}
</style>
background-color css
<style>
a { background-color: #BD7AD9; }
a { background-color: rgb(189,122,217); }
div.DivClassName
{
background-color: #BD7AD9;
}
.BgClassName
{
background-color: #BD7AD9;
}
</style>
border-color css
<style>
span { border-color: #BD7AD9; }
span { border-color: rgb(189,122,217); }
td.TdClassName
{
border-color: #BD7AD9;
}
.TagClassName
{
border-color: #BD7AD9;
}
</style>