Shades of Medium Orchid #BD47CC
Tints of Medium Orchid #BD47CC
RGB
CMYK
RGB Variations
Color information
#BD47CC (or 0xBD47CC) is known color: Medium Orchid. HEX triplet: BD, 47 and CC. RGB value is (189,71,204). Sum of RGB (Red+Green+Blue) = 189+71+204=464 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.73% from 464); Green value is 71 (28.12% from 255 or 15.30% from 464); Blue value is 204 (80.08% from 255 or 43.97% from 464); Max value from RGB is 204 - color contains mainly: blue. Hex color #BD47CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD47CC is #42B833. Grayscale: #797979. Windows color (decimal): -4372532 or 13387709. OLE color: 13387709.
HSL color Cylindrical-coordinate representation of color #BD47CC: hue angle of 293.23º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BD47CC is Cyan = 0.07, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 189 | 71 | 204 | - |
| CMYK | 0.07 | 0.65 | 0 | 0.2 |
| HSL | 293.23º | 0.57% | 0.54% | - |
| HSV(B) | 293.23º | 0.65% | 0.8% | - |
| XYZ | 34.14 | 19.68 | 59.13 | - |
| YUV | 121.44 | 174.59 | 176.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 71 | 204 | 0.07 | 0.65 | 0 | 0.2 | 293.23 | 0.57 | 0.54 |
| Hex | BD | 47 | CC | 7 | 41 | 0 | 14 | 125 | 39 | 36 |
| Octal | 275 | 107 | 314 | 7 | 101 | 0 | 24 | 445 | 71 | 66 |
| Binary | 10111101 | 1000111 | 11001100 | 111 | 1000001 | 0 | 10100 | 100100101 | 111001 | 110110 |
Color Harmonies of #BD47CC
Complementary color
Monochromatic Colors of #BD47CC
Black with #BD47CC
Text Example
Text Example
White with #BD47CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD47CC; }
p { color: rgb(189,71,204); }
H1.HeaderClassName
{
color: #BD47CC;
}
.AnyTagClassName
{
color: #BD47CC;
}
</style>
background-color css
<style>
a { background-color: #BD47CC; }
a { background-color: rgb(189,71,204); }
div.DivClassName
{
background-color: #BD47CC;
}
.BgClassName
{
background-color: #BD47CC;
}
</style>
border-color css
<style>
span { border-color: #BD47CC; }
span { border-color: rgb(189,71,204); }
td.TdClassName
{
border-color: #BD47CC;
}
.TagClassName
{
border-color: #BD47CC;
}
</style>