Shades of Medium Orchid #B56ADE
Tints of Medium Orchid #B56ADE
RGB
CMYK
RGB Variations
Color information
#B56ADE (or 0xB56ADE) is known color: Medium Orchid. HEX triplet: B5, 6A and DE. RGB value is (181,106,222). Sum of RGB (Red+Green+Blue) = 181+106+222=509 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.56% from 509); Green value is 106 (41.80% from 255 or 20.83% from 509); Blue value is 222 (87.11% from 255 or 43.61% from 509); Max value from RGB is 222 - color contains mainly: blue. Hex color #B56ADE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B56ADE is #4A9521. Grayscale: #8D8D8D. Windows color (decimal): -4887842 or 14576309. OLE color: 14576309.
HSL color Cylindrical-coordinate representation of color #B56ADE: hue angle of 278.79º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B56ADE is Cyan = 0.18, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 181 | 106 | 222 | - |
| CMYK | 0.18 | 0.52 | 0 | 0.13 |
| HSL | 278.79º | 0.64% | 0.64% | - |
| HSV(B) | 278.79º | 0.52% | 0.87% | - |
| XYZ | 37.39 | 25.41 | 72.04 | - |
| YUV | 141.65 | 173.35 | 156.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 106 | 222 | 0.18 | 0.52 | 0 | 0.13 | 278.79 | 0.64 | 0.64 |
| Hex | B5 | 6A | DE | 12 | 34 | 0 | D | 117 | 40 | 40 |
| Octal | 265 | 152 | 336 | 22 | 64 | 0 | 15 | 427 | 100 | 100 |
| Binary | 10110101 | 1101010 | 11011110 | 10010 | 110100 | 0 | 1101 | 100010111 | 1000000 | 1000000 |
Color Harmonies of #B56ADE
Complementary color
Monochromatic Colors of #B56ADE
Black with #B56ADE
Text Example
Text Example
White with #B56ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B56ADE; }
p { color: rgb(181,106,222); }
H1.HeaderClassName
{
color: #B56ADE;
}
.AnyTagClassName
{
color: #B56ADE;
}
</style>
background-color css
<style>
a { background-color: #B56ADE; }
a { background-color: rgb(181,106,222); }
div.DivClassName
{
background-color: #B56ADE;
}
.BgClassName
{
background-color: #B56ADE;
}
</style>
border-color css
<style>
span { border-color: #B56ADE; }
span { border-color: rgb(181,106,222); }
td.TdClassName
{
border-color: #B56ADE;
}
.TagClassName
{
border-color: #B56ADE;
}
</style>