Shades of Medium Orchid #B56DD3
Tints of Medium Orchid #B56DD3
RGB
CMYK
RGB Variations
Color information
#B56DD3 (or 0xB56DD3) is known color: Medium Orchid. HEX triplet: B5, 6D and D3. RGB value is (181,109,211). Sum of RGB (Red+Green+Blue) = 181+109+211=501 (66% of max value = 765). Red value is 181 (71.09% from 255 or 36.13% from 501); Green value is 109 (42.97% from 255 or 21.76% from 501); Blue value is 211 (82.81% from 255 or 42.12% from 501); Max value from RGB is 211 - color contains mainly: blue. Hex color #B56DD3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B56DD3 is #4A922C. Grayscale: #8D8D8D. Windows color (decimal): -4887085 or 13856181. OLE color: 13856181.
HSL color Cylindrical-coordinate representation of color #B56DD3: hue angle of 282.35º degrees, saturation: 0.54, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B56DD3 is Cyan = 0.14, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 181 | 109 | 211 | - |
| CMYK | 0.14 | 0.48 | 0 | 0.17 |
| HSL | 282.35º | 0.54% | 0.63% | - |
| HSV(B) | 282.35º | 0.48% | 0.83% | - |
| XYZ | 36.28 | 25.46 | 64.63 | - |
| YUV | 142.16 | 166.85 | 155.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 109 | 211 | 0.14 | 0.48 | 0 | 0.17 | 282.35 | 0.54 | 0.63 |
| Hex | B5 | 6D | D3 | E | 30 | 0 | 11 | 11A | 36 | 3F |
| Octal | 265 | 155 | 323 | 16 | 60 | 0 | 21 | 432 | 66 | 77 |
| Binary | 10110101 | 1101101 | 11010011 | 1110 | 110000 | 0 | 10001 | 100011010 | 110110 | 111111 |
Color Harmonies of #B56DD3
Complementary color
Monochromatic Colors of #B56DD3
Black with #B56DD3
Text Example
Text Example
White with #B56DD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B56DD3; }
p { color: rgb(181,109,211); }
H1.HeaderClassName
{
color: #B56DD3;
}
.AnyTagClassName
{
color: #B56DD3;
}
</style>
background-color css
<style>
a { background-color: #B56DD3; }
a { background-color: rgb(181,109,211); }
div.DivClassName
{
background-color: #B56DD3;
}
.BgClassName
{
background-color: #B56DD3;
}
</style>
border-color css
<style>
span { border-color: #B56DD3; }
span { border-color: rgb(181,109,211); }
td.TdClassName
{
border-color: #B56DD3;
}
.TagClassName
{
border-color: #B56DD3;
}
</style>