Shades of Medium Orchid #BD73DD
Tints of Medium Orchid #BD73DD
RGB
CMYK
RGB Variations
Color information
#BD73DD (or 0xBD73DD) is known color: Medium Orchid. HEX triplet: BD, 73 and DD. RGB value is (189,115,221). Sum of RGB (Red+Green+Blue) = 189+115+221=525 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36% from 525); Green value is 115 (45.31% from 255 or 21.90% from 525); Blue value is 221 (86.72% from 255 or 42.10% from 525); Max value from RGB is 221 - color contains mainly: blue. Hex color #BD73DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD73DD is #428C22. Grayscale: #949494. Windows color (decimal): -4361251 or 14513085. OLE color: 14513085.
HSL color Cylindrical-coordinate representation of color #BD73DD: hue angle of 281.89º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BD73DD is Cyan = 0.14, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 189 | 115 | 221 | - |
| CMYK | 0.14 | 0.48 | 0 | 0.13 |
| HSL | 281.89º | 0.61% | 0.66% | - |
| HSV(B) | 281.89º | 0.48% | 0.87% | - |
| XYZ | 40.17 | 28.3 | 71.75 | - |
| YUV | 149.21 | 168.52 | 156.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 115 | 221 | 0.14 | 0.48 | 0 | 0.13 | 281.89 | 0.61 | 0.66 |
| Hex | BD | 73 | DD | E | 30 | 0 | D | 11A | 3D | 42 |
| Octal | 275 | 163 | 335 | 16 | 60 | 0 | 15 | 432 | 75 | 102 |
| Binary | 10111101 | 1110011 | 11011101 | 1110 | 110000 | 0 | 1101 | 100011010 | 111101 | 1000010 |
Color Harmonies of #BD73DD
Complementary color
Monochromatic Colors of #BD73DD
Black with #BD73DD
Text Example
Text Example
White with #BD73DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD73DD; }
p { color: rgb(189,115,221); }
H1.HeaderClassName
{
color: #BD73DD;
}
.AnyTagClassName
{
color: #BD73DD;
}
</style>
background-color css
<style>
a { background-color: #BD73DD; }
a { background-color: rgb(189,115,221); }
div.DivClassName
{
background-color: #BD73DD;
}
.BgClassName
{
background-color: #BD73DD;
}
</style>
border-color css
<style>
span { border-color: #BD73DD; }
span { border-color: rgb(189,115,221); }
td.TdClassName
{
border-color: #BD73DD;
}
.TagClassName
{
border-color: #BD73DD;
}
</style>