Shades of Medium Orchid #B56DED
Tints of Medium Orchid #B56DED
RGB
CMYK
RGB Variations
Color information
#B56DED (or 0xB56DED) is known color: Medium Orchid. HEX triplet: B5, 6D and ED. RGB value is (181,109,237). Sum of RGB (Red+Green+Blue) = 181+109+237=527 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.35% from 527); Green value is 109 (42.97% from 255 or 20.68% from 527); Blue value is 237 (92.97% from 255 or 44.97% from 527); Max value from RGB is 237 - color contains mainly: blue. Hex color #B56DED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B56DED is #4A9212. Grayscale: #909090. Windows color (decimal): -4887059 or 15560117. OLE color: 15560117.
HSL color Cylindrical-coordinate representation of color #B56DED: hue angle of 273.75º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B56DED is Cyan = 0.24, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 181 | 109 | 237 | - |
| CMYK | 0.24 | 0.54 | 0 | 0.07 |
| HSL | 273.75º | 0.78% | 0.68% | - |
| HSV(B) | 273.75º | 0.54% | 0.93% | - |
| XYZ | 39.81 | 26.88 | 83.21 | - |
| YUV | 145.12 | 179.85 | 153.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 109 | 237 | 0.24 | 0.54 | 0 | 0.07 | 273.75 | 0.78 | 0.68 |
| Hex | B5 | 6D | ED | 18 | 36 | 0 | 7 | 112 | 4E | 44 |
| Octal | 265 | 155 | 355 | 30 | 66 | 0 | 7 | 422 | 116 | 104 |
| Binary | 10110101 | 1101101 | 11101101 | 11000 | 110110 | 0 | 111 | 100010010 | 1001110 | 1000100 |
Color Harmonies of #B56DED
Complementary color
Monochromatic Colors of #B56DED
Black with #B56DED
Text Example
Text Example
White with #B56DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B56DED; }
p { color: rgb(181,109,237); }
H1.HeaderClassName
{
color: #B56DED;
}
.AnyTagClassName
{
color: #B56DED;
}
</style>
background-color css
<style>
a { background-color: #B56DED; }
a { background-color: rgb(181,109,237); }
div.DivClassName
{
background-color: #B56DED;
}
.BgClassName
{
background-color: #B56DED;
}
</style>
border-color css
<style>
span { border-color: #B56DED; }
span { border-color: rgb(181,109,237); }
td.TdClassName
{
border-color: #B56DED;
}
.TagClassName
{
border-color: #B56DED;
}
</style>