Shades of Medium Orchid #B56FD0
Tints of Medium Orchid #B56FD0
RGB
CMYK
RGB Variations
Color information
#B56FD0 (or 0xB56FD0) is known color: Medium Orchid. HEX triplet: B5, 6F and D0. RGB value is (181,111,208). Sum of RGB (Red+Green+Blue) = 181+111+208=500 (66% of max value = 765). Red value is 181 (71.09% from 255 or 36.2% from 500); Green value is 111 (43.75% from 255 or 22.2% from 500); Blue value is 208 (81.64% from 255 or 41.6% from 500); Max value from RGB is 208 - color contains mainly: blue. Hex color #B56FD0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B56FD0 is #4A902F. Grayscale: #8E8E8E. Windows color (decimal): -4886576 or 13660085. OLE color: 13660085.
HSL color Cylindrical-coordinate representation of color #B56FD0: hue angle of 283.3º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B56FD0 is Cyan = 0.13, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 181 | 111 | 208 | - |
| CMYK | 0.13 | 0.47 | 0 | 0.18 |
| HSL | 283.3º | 0.51% | 0.63% | - |
| HSV(B) | 283.3º | 0.47% | 0.82% | - |
| XYZ | 36.13 | 25.75 | 62.74 | - |
| YUV | 142.99 | 164.69 | 155.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 111 | 208 | 0.13 | 0.47 | 0 | 0.18 | 283.3 | 0.51 | 0.63 |
| Hex | B5 | 6F | D0 | D | 2F | 0 | 12 | 11B | 33 | 3F |
| Octal | 265 | 157 | 320 | 15 | 57 | 0 | 22 | 433 | 63 | 77 |
| Binary | 10110101 | 1101111 | 11010000 | 1101 | 101111 | 0 | 10010 | 100011011 | 110011 | 111111 |
Color Harmonies of #B56FD0
Complementary color
Monochromatic Colors of #B56FD0
Black with #B56FD0
Text Example
Text Example
White with #B56FD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B56FD0; }
p { color: rgb(181,111,208); }
H1.HeaderClassName
{
color: #B56FD0;
}
.AnyTagClassName
{
color: #B56FD0;
}
</style>
background-color css
<style>
a { background-color: #B56FD0; }
a { background-color: rgb(181,111,208); }
div.DivClassName
{
background-color: #B56FD0;
}
.BgClassName
{
background-color: #B56FD0;
}
</style>
border-color css
<style>
span { border-color: #B56FD0; }
span { border-color: rgb(181,111,208); }
td.TdClassName
{
border-color: #B56FD0;
}
.TagClassName
{
border-color: #B56FD0;
}
</style>