Shades of Medium Orchid #B56DDC
Tints of Medium Orchid #B56DDC
RGB
CMYK
RGB Variations
Color information
#B56DDC (or 0xB56DDC) is known color: Medium Orchid. HEX triplet: B5, 6D and DC. RGB value is (181,109,220). Sum of RGB (Red+Green+Blue) = 181+109+220=510 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.49% from 510); Green value is 109 (42.97% from 255 or 21.37% from 510); Blue value is 220 (86.33% from 255 or 43.14% from 510); Max value from RGB is 220 - color contains mainly: blue. Hex color #B56DDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B56DDC is #4A9223. Grayscale: #8E8E8E. Windows color (decimal): -4887076 or 14446005. OLE color: 14446005.
HSL color Cylindrical-coordinate representation of color #B56DDC: hue angle of 278.92º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B56DDC is Cyan = 0.18, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 181 | 109 | 220 | - |
| CMYK | 0.18 | 0.50 | 0 | 0.14 |
| HSL | 278.92º | 0.61% | 0.65% | - |
| HSV(B) | 278.92º | 0.5% | 0.86% | - |
| XYZ | 37.44 | 25.93 | 70.74 | - |
| YUV | 143.18 | 171.35 | 154.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 109 | 220 | 0.18 | 0.50 | 0 | 0.14 | 278.92 | 0.61 | 0.65 |
| Hex | B5 | 6D | DC | 12 | 32 | 0 | E | 117 | 3D | 41 |
| Octal | 265 | 155 | 334 | 22 | 62 | 0 | 16 | 427 | 75 | 101 |
| Binary | 10110101 | 1101101 | 11011100 | 10010 | 110010 | 0 | 1110 | 100010111 | 111101 | 1000001 |
Color Harmonies of #B56DDC
Complementary color
Monochromatic Colors of #B56DDC
Black with #B56DDC
Text Example
Text Example
White with #B56DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B56DDC; }
p { color: rgb(181,109,220); }
H1.HeaderClassName
{
color: #B56DDC;
}
.AnyTagClassName
{
color: #B56DDC;
}
</style>
background-color css
<style>
a { background-color: #B56DDC; }
a { background-color: rgb(181,109,220); }
div.DivClassName
{
background-color: #B56DDC;
}
.BgClassName
{
background-color: #B56DDC;
}
</style>
border-color css
<style>
span { border-color: #B56DDC; }
span { border-color: rgb(181,109,220); }
td.TdClassName
{
border-color: #B56DDC;
}
.TagClassName
{
border-color: #B56DDC;
}
</style>