Shades of Medium Orchid #B56ED7
Tints of Medium Orchid #B56ED7
RGB
CMYK
RGB Variations
Color information
#B56ED7 (or 0xB56ED7) is known color: Medium Orchid. HEX triplet: B5, 6E and D7. RGB value is (181,110,215). Sum of RGB (Red+Green+Blue) = 181+110+215=506 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.77% from 506); Green value is 110 (43.36% from 255 or 21.74% from 506); Blue value is 215 (84.38% from 255 or 42.49% from 506); Max value from RGB is 215 - color contains mainly: blue. Hex color #B56ED7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B56ED7 is #4A9128. Grayscale: #8E8E8E. Windows color (decimal): -4886825 or 14118581. OLE color: 14118581.
HSL color Cylindrical-coordinate representation of color #B56ED7: hue angle of 280.57º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B56ED7 is Cyan = 0.16, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 181 | 110 | 215 | - |
| CMYK | 0.16 | 0.49 | 0 | 0.16 |
| HSL | 280.57º | 0.57% | 0.64% | - |
| HSV(B) | 280.57º | 0.49% | 0.84% | - |
| XYZ | 36.9 | 25.88 | 67.34 | - |
| YUV | 143.2 | 168.52 | 154.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 110 | 215 | 0.16 | 0.49 | 0 | 0.16 | 280.57 | 0.57 | 0.64 |
| Hex | B5 | 6E | D7 | 10 | 31 | 0 | 10 | 119 | 39 | 40 |
| Octal | 265 | 156 | 327 | 20 | 61 | 0 | 20 | 431 | 71 | 100 |
| Binary | 10110101 | 1101110 | 11010111 | 10000 | 110001 | 0 | 10000 | 100011001 | 111001 | 1000000 |
Color Harmonies of #B56ED7
Complementary color
Monochromatic Colors of #B56ED7
Black with #B56ED7
Text Example
Text Example
White with #B56ED7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B56ED7; }
p { color: rgb(181,110,215); }
H1.HeaderClassName
{
color: #B56ED7;
}
.AnyTagClassName
{
color: #B56ED7;
}
</style>
background-color css
<style>
a { background-color: #B56ED7; }
a { background-color: rgb(181,110,215); }
div.DivClassName
{
background-color: #B56ED7;
}
.BgClassName
{
background-color: #B56ED7;
}
</style>
border-color css
<style>
span { border-color: #B56ED7; }
span { border-color: rgb(181,110,215); }
td.TdClassName
{
border-color: #B56ED7;
}
.TagClassName
{
border-color: #B56ED7;
}
</style>