Shades of Medium Orchid #B56AD9
Tints of Medium Orchid #B56AD9
RGB
CMYK
RGB Variations
Color information
#B56AD9 (or 0xB56AD9) is known color: Medium Orchid. HEX triplet: B5, 6A and D9. RGB value is (181,106,217). Sum of RGB (Red+Green+Blue) = 181+106+217=504 (66% of max value = 765). Red value is 181 (71.09% from 255 or 35.91% from 504); Green value is 106 (41.80% from 255 or 21.03% from 504); Blue value is 217 (85.16% from 255 or 43.06% from 504); Max value from RGB is 217 - color contains mainly: blue. Hex color #B56AD9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B56AD9 is #4A9526. Grayscale: #8C8C8C. Windows color (decimal): -4887847 or 14248629. OLE color: 14248629.
HSL color Cylindrical-coordinate representation of color #B56AD9: hue angle of 280.54º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B56AD9 is Cyan = 0.17, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 181 | 106 | 217 | - |
| CMYK | 0.17 | 0.51 | 0 | 0.15 |
| HSL | 280.54º | 0.59% | 0.63% | - |
| HSV(B) | 280.54º | 0.51% | 0.85% | - |
| XYZ | 36.73 | 25.14 | 68.56 | - |
| YUV | 141.08 | 170.85 | 156.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 106 | 217 | 0.17 | 0.51 | 0 | 0.15 | 280.54 | 0.59 | 0.63 |
| Hex | B5 | 6A | D9 | 11 | 33 | 0 | F | 119 | 3B | 3F |
| Octal | 265 | 152 | 331 | 21 | 63 | 0 | 17 | 431 | 73 | 77 |
| Binary | 10110101 | 1101010 | 11011001 | 10001 | 110011 | 0 | 1111 | 100011001 | 111011 | 111111 |
Color Harmonies of #B56AD9
Complementary color
Monochromatic Colors of #B56AD9
Black with #B56AD9
Text Example
Text Example
White with #B56AD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B56AD9; }
p { color: rgb(181,106,217); }
H1.HeaderClassName
{
color: #B56AD9;
}
.AnyTagClassName
{
color: #B56AD9;
}
</style>
background-color css
<style>
a { background-color: #B56AD9; }
a { background-color: rgb(181,106,217); }
div.DivClassName
{
background-color: #B56AD9;
}
.BgClassName
{
background-color: #B56AD9;
}
</style>
border-color css
<style>
span { border-color: #B56AD9; }
span { border-color: rgb(181,106,217); }
td.TdClassName
{
border-color: #B56AD9;
}
.TagClassName
{
border-color: #B56AD9;
}
</style>