Shades of Medium Orchid #BD56CE
Tints of Medium Orchid #BD56CE
RGB
CMYK
RGB Variations
Color information
#BD56CE (or 0xBD56CE) is known color: Medium Orchid. HEX triplet: BD, 56 and CE. RGB value is (189,86,206). Sum of RGB (Red+Green+Blue) = 189+86+206=481 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.29% from 481); Green value is 86 (33.98% from 255 or 17.88% from 481); Blue value is 206 (80.86% from 255 or 42.83% from 481); Max value from RGB is 206 - color contains mainly: blue. Hex color #BD56CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD56CE is #42A931. Grayscale: #828282. Windows color (decimal): -4368690 or 13522621. OLE color: 13522621.
HSL color Cylindrical-coordinate representation of color #BD56CE: hue angle of 291.5º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BD56CE is Cyan = 0.08, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 189 | 86 | 206 | - |
| CMYK | 0.08 | 0.58 | 0 | 0.19 |
| HSL | 291.5º | 0.55% | 0.57% | - |
| HSV(B) | 291.5º | 0.58% | 0.81% | - |
| XYZ | 35.45 | 21.93 | 60.76 | - |
| YUV | 130.48 | 170.62 | 169.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 86 | 206 | 0.08 | 0.58 | 0 | 0.19 | 291.5 | 0.55 | 0.57 |
| Hex | BD | 56 | CE | 8 | 3A | 0 | 13 | 124 | 37 | 39 |
| Octal | 275 | 126 | 316 | 10 | 72 | 0 | 23 | 444 | 67 | 71 |
| Binary | 10111101 | 1010110 | 11001110 | 1000 | 111010 | 0 | 10011 | 100100100 | 110111 | 111001 |
Color Harmonies of #BD56CE
Complementary color
Monochromatic Colors of #BD56CE
Black with #BD56CE
Text Example
Text Example
White with #BD56CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD56CE; }
p { color: rgb(189,86,206); }
H1.HeaderClassName
{
color: #BD56CE;
}
.AnyTagClassName
{
color: #BD56CE;
}
</style>
background-color css
<style>
a { background-color: #BD56CE; }
a { background-color: rgb(189,86,206); }
div.DivClassName
{
background-color: #BD56CE;
}
.BgClassName
{
background-color: #BD56CE;
}
</style>
border-color css
<style>
span { border-color: #BD56CE; }
span { border-color: rgb(189,86,206); }
td.TdClassName
{
border-color: #BD56CE;
}
.TagClassName
{
border-color: #BD56CE;
}
</style>