Shades of Medium Orchid #B56FDE
Tints of Medium Orchid #B56FDE
RGB
CMYK
RGB Variations
Color information
#B56FDE (or 0xB56FDE) is known color: Medium Orchid. HEX triplet: B5, 6F and DE. RGB value is (181,111,222). Sum of RGB (Red+Green+Blue) = 181+111+222=514 (68% of max value = 765). Red value is 181 (71.09% from 255 or 35.21% from 514); Green value is 111 (43.75% from 255 or 21.60% from 514); Blue value is 222 (87.11% from 255 or 43.19% from 514); Max value from RGB is 222 - color contains mainly: blue. Hex color #B56FDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B56FDE is #4A9021. Grayscale: #909090. Windows color (decimal): -4886562 or 14577589. OLE color: 14577589.
HSL color Cylindrical-coordinate representation of color #B56FDE: hue angle of 277.84º degrees, saturation: 0.63, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B56FDE is Cyan = 0.18, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 181 | 111 | 222 | - |
| CMYK | 0.18 | 0.5 | 0 | 0.13 |
| HSL | 277.84º | 0.63% | 0.65% | - |
| HSV(B) | 277.84º | 0.5% | 0.87% | - |
| XYZ | 37.93 | 26.47 | 72.22 | - |
| YUV | 144.58 | 171.69 | 153.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 111 | 222 | 0.18 | 0.5 | 0 | 0.13 | 277.84 | 0.63 | 0.65 |
| Hex | B5 | 6F | DE | 12 | 32 | 0 | D | 116 | 3F | 41 |
| Octal | 265 | 157 | 336 | 22 | 62 | 0 | 15 | 426 | 77 | 101 |
| Binary | 10110101 | 1101111 | 11011110 | 10010 | 110010 | 0 | 1101 | 100010110 | 111111 | 1000001 |
Color Harmonies of #B56FDE
Complementary color
Monochromatic Colors of #B56FDE
Black with #B56FDE
Text Example
Text Example
White with #B56FDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B56FDE; }
p { color: rgb(181,111,222); }
H1.HeaderClassName
{
color: #B56FDE;
}
.AnyTagClassName
{
color: #B56FDE;
}
</style>
background-color css
<style>
a { background-color: #B56FDE; }
a { background-color: rgb(181,111,222); }
div.DivClassName
{
background-color: #B56FDE;
}
.BgClassName
{
background-color: #B56FDE;
}
</style>
border-color css
<style>
span { border-color: #B56FDE; }
span { border-color: rgb(181,111,222); }
td.TdClassName
{
border-color: #B56FDE;
}
.TagClassName
{
border-color: #B56FDE;
}
</style>