Shades of Medium Orchid #B56FD2
Tints of Medium Orchid #B56FD2
RGB
CMYK
RGB Variations
Color information
#B56FD2 (or 0xB56FD2) is known color: Medium Orchid. HEX triplet: B5, 6F and D2. RGB value is (181,111,210). Sum of RGB (Red+Green+Blue) = 181+111+210=502 (66% of max value = 765). Red value is 181 (71.09% from 255 or 36.06% from 502); Green value is 111 (43.75% from 255 or 22.11% from 502); Blue value is 210 (82.42% from 255 or 41.83% from 502); Max value from RGB is 210 - color contains mainly: blue. Hex color #B56FD2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B56FD2 is #4A902D. Grayscale: #8E8E8E. Windows color (decimal): -4886574 or 13791157. OLE color: 13791157.
HSL color Cylindrical-coordinate representation of color #B56FD2: hue angle of 282.42º degrees, saturation: 0.52, 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 #B56FD2 is Cyan = 0.14, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 181 | 111 | 210 | - |
| CMYK | 0.14 | 0.47 | 0 | 0.18 |
| HSL | 282.42º | 0.52% | 0.63% | - |
| HSV(B) | 282.42º | 0.47% | 0.82% | - |
| XYZ | 36.37 | 25.85 | 64.04 | - |
| YUV | 143.22 | 165.69 | 154.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 111 | 210 | 0.14 | 0.47 | 0 | 0.18 | 282.42 | 0.52 | 0.63 |
| Hex | B5 | 6F | D2 | E | 2F | 0 | 12 | 11A | 34 | 3F |
| Octal | 265 | 157 | 322 | 16 | 57 | 0 | 22 | 432 | 64 | 77 |
| Binary | 10110101 | 1101111 | 11010010 | 1110 | 101111 | 0 | 10010 | 100011010 | 110100 | 111111 |
Color Harmonies of #B56FD2
Complementary color
Monochromatic Colors of #B56FD2
Black with #B56FD2
Text Example
Text Example
White with #B56FD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B56FD2; }
p { color: rgb(181,111,210); }
H1.HeaderClassName
{
color: #B56FD2;
}
.AnyTagClassName
{
color: #B56FD2;
}
</style>
background-color css
<style>
a { background-color: #B56FD2; }
a { background-color: rgb(181,111,210); }
div.DivClassName
{
background-color: #B56FD2;
}
.BgClassName
{
background-color: #B56FD2;
}
</style>
border-color css
<style>
span { border-color: #B56FD2; }
span { border-color: rgb(181,111,210); }
td.TdClassName
{
border-color: #B56FD2;
}
.TagClassName
{
border-color: #B56FD2;
}
</style>