Shades of Medium Orchid #B56DDB
Tints of Medium Orchid #B56DDB
RGB
CMYK
RGB Variations
Color information
#B56DDB (or 0xB56DDB) is known color: Medium Orchid. HEX triplet: B5, 6D and DB. RGB value is (181,109,219). Sum of RGB (Red+Green+Blue) = 181+109+219=509 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.56% from 509); Green value is 109 (42.97% from 255 or 21.41% from 509); Blue value is 219 (85.94% from 255 or 43.03% from 509); Max value from RGB is 219 - color contains mainly: blue. Hex color #B56DDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B56DDB is #4A9224. Grayscale: #8E8E8E. Windows color (decimal): -4887077 or 14380469. OLE color: 14380469.
HSL color Cylindrical-coordinate representation of color #B56DDB: hue angle of 279.27º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B56DDB is Cyan = 0.17, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 181 | 109 | 219 | - |
| CMYK | 0.17 | 0.50 | 0 | 0.14 |
| HSL | 279.27º | 0.6% | 0.64% | - |
| HSV(B) | 279.27º | 0.5% | 0.86% | - |
| XYZ | 37.31 | 25.88 | 70.05 | - |
| YUV | 143.07 | 170.85 | 155.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 109 | 219 | 0.17 | 0.50 | 0 | 0.14 | 279.27 | 0.6 | 0.64 |
| Hex | B5 | 6D | DB | 11 | 32 | 0 | E | 117 | 3C | 40 |
| Octal | 265 | 155 | 333 | 21 | 62 | 0 | 16 | 427 | 74 | 100 |
| Binary | 10110101 | 1101101 | 11011011 | 10001 | 110010 | 0 | 1110 | 100010111 | 111100 | 1000000 |
Color Harmonies of #B56DDB
Complementary color
Monochromatic Colors of #B56DDB
Black with #B56DDB
Text Example
Text Example
White with #B56DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B56DDB; }
p { color: rgb(181,109,219); }
H1.HeaderClassName
{
color: #B56DDB;
}
.AnyTagClassName
{
color: #B56DDB;
}
</style>
background-color css
<style>
a { background-color: #B56DDB; }
a { background-color: rgb(181,109,219); }
div.DivClassName
{
background-color: #B56DDB;
}
.BgClassName
{
background-color: #B56DDB;
}
</style>
border-color css
<style>
span { border-color: #B56DDB; }
span { border-color: rgb(181,109,219); }
td.TdClassName
{
border-color: #B56DDB;
}
.TagClassName
{
border-color: #B56DDB;
}
</style>