Shades of Medium Orchid #B56DCB
Tints of Medium Orchid #B56DCB
RGB
CMYK
RGB Variations
Color information
#B56DCB (or 0xB56DCB) is known color: Medium Orchid. HEX triplet: B5, 6D and CB. RGB value is (181,109,203). Sum of RGB (Red+Green+Blue) = 181+109+203=493 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.71% from 493); Green value is 109 (42.97% from 255 or 22.11% from 493); Blue value is 203 (79.69% from 255 or 41.18% from 493); Max value from RGB is 203 - color contains mainly: blue. Hex color #B56DCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B56DCB is #4A9234. Grayscale: #8C8C8C. Windows color (decimal): -4887093 or 13331893. OLE color: 13331893.
HSL color Cylindrical-coordinate representation of color #B56DCB: hue angle of 285.96º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B56DCB is Cyan = 0.11, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 181 | 109 | 203 | - |
| CMYK | 0.11 | 0.46 | 0 | 0.20 |
| HSL | 285.96º | 0.47% | 0.61% | - |
| HSV(B) | 285.96º | 0.46% | 0.8% | - |
| XYZ | 35.3 | 25.07 | 59.48 | - |
| YUV | 141.24 | 162.85 | 156.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 109 | 203 | 0.11 | 0.46 | 0 | 0.20 | 285.96 | 0.47 | 0.61 |
| Hex | B5 | 6D | CB | B | 2E | 0 | 14 | 11E | 2F | 3D |
| Octal | 265 | 155 | 313 | 13 | 56 | 0 | 24 | 436 | 57 | 75 |
| Binary | 10110101 | 1101101 | 11001011 | 1011 | 101110 | 0 | 10100 | 100011110 | 101111 | 111101 |
Color Harmonies of #B56DCB
Complementary color
Monochromatic Colors of #B56DCB
Black with #B56DCB
Text Example
Text Example
White with #B56DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B56DCB; }
p { color: rgb(181,109,203); }
H1.HeaderClassName
{
color: #B56DCB;
}
.AnyTagClassName
{
color: #B56DCB;
}
</style>
background-color css
<style>
a { background-color: #B56DCB; }
a { background-color: rgb(181,109,203); }
div.DivClassName
{
background-color: #B56DCB;
}
.BgClassName
{
background-color: #B56DCB;
}
</style>
border-color css
<style>
span { border-color: #B56DCB; }
span { border-color: rgb(181,109,203); }
td.TdClassName
{
border-color: #B56DCB;
}
.TagClassName
{
border-color: #B56DCB;
}
</style>