Shades of Medium Orchid #BD47CE
Tints of Medium Orchid #BD47CE
RGB
CMYK
RGB Variations
Color information
#BD47CE (or 0xBD47CE) is known color: Medium Orchid. HEX triplet: BD, 47 and CE. RGB value is (189,71,206). Sum of RGB (Red+Green+Blue) = 189+71+206=466 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.56% from 466); Green value is 71 (28.12% from 255 or 15.24% from 466); Blue value is 206 (80.86% from 255 or 44.21% from 466); Max value from RGB is 206 - color contains mainly: blue. Hex color #BD47CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD47CE is #42B831. Grayscale: #797979. Windows color (decimal): -4372530 or 13518781. OLE color: 13518781.
HSL color Cylindrical-coordinate representation of color #BD47CE: hue angle of 292.44º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BD47CE is Cyan = 0.08, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 189 | 71 | 206 | - |
| CMYK | 0.08 | 0.66 | 0 | 0.19 |
| HSL | 292.44º | 0.58% | 0.54% | - |
| HSV(B) | 292.44º | 0.66% | 0.81% | - |
| XYZ | 34.38 | 19.78 | 60.4 | - |
| YUV | 121.67 | 175.59 | 176.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 71 | 206 | 0.08 | 0.66 | 0 | 0.19 | 292.44 | 0.58 | 0.54 |
| Hex | BD | 47 | CE | 8 | 42 | 0 | 13 | 124 | 3A | 36 |
| Octal | 275 | 107 | 316 | 10 | 102 | 0 | 23 | 444 | 72 | 66 |
| Binary | 10111101 | 1000111 | 11001110 | 1000 | 1000010 | 0 | 10011 | 100100100 | 111010 | 110110 |
Color Harmonies of #BD47CE
Complementary color
Monochromatic Colors of #BD47CE
Black with #BD47CE
Text Example
Text Example
White with #BD47CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD47CE; }
p { color: rgb(189,71,206); }
H1.HeaderClassName
{
color: #BD47CE;
}
.AnyTagClassName
{
color: #BD47CE;
}
</style>
background-color css
<style>
a { background-color: #BD47CE; }
a { background-color: rgb(189,71,206); }
div.DivClassName
{
background-color: #BD47CE;
}
.BgClassName
{
background-color: #BD47CE;
}
</style>
border-color css
<style>
span { border-color: #BD47CE; }
span { border-color: rgb(189,71,206); }
td.TdClassName
{
border-color: #BD47CE;
}
.TagClassName
{
border-color: #BD47CE;
}
</style>