Shades of Medium Orchid #B56EC6
Tints of Medium Orchid #B56EC6
RGB
CMYK
RGB Variations
Color information
#B56EC6 (or 0xB56EC6) is known color: Medium Orchid. HEX triplet: B5, 6E and C6. RGB value is (181,110,198). Sum of RGB (Red+Green+Blue) = 181+110+198=489 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.01% from 489); Green value is 110 (43.36% from 255 or 22.49% from 489); Blue value is 198 (77.73% from 255 or 40.49% from 489); Max value from RGB is 198 - color contains mainly: blue. Hex color #B56EC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B56EC6 is #4A9139. Grayscale: #8C8C8C. Windows color (decimal): -4886842 or 13004469. OLE color: 13004469.
HSL color Cylindrical-coordinate representation of color #B56EC6: hue angle of 288.41º degrees, saturation: 0.44, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B56EC6 is Cyan = 0.09, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 181 | 110 | 198 | - |
| CMYK | 0.09 | 0.44 | 0 | 0.22 |
| HSL | 288.41º | 0.44% | 0.6% | - |
| HSV(B) | 288.41º | 0.44% | 0.78% | - |
| XYZ | 34.83 | 25.05 | 56.43 | - |
| YUV | 141.26 | 160.02 | 156.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 110 | 198 | 0.09 | 0.44 | 0 | 0.22 | 288.41 | 0.44 | 0.6 |
| Hex | B5 | 6E | C6 | 9 | 2C | 0 | 16 | 120 | 2C | 3C |
| Octal | 265 | 156 | 306 | 11 | 54 | 0 | 26 | 440 | 54 | 74 |
| Binary | 10110101 | 1101110 | 11000110 | 1001 | 101100 | 0 | 10110 | 100100000 | 101100 | 111100 |
Color Harmonies of #B56EC6
Complementary color
Monochromatic Colors of #B56EC6
Black with #B56EC6
Text Example
Text Example
White with #B56EC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B56EC6; }
p { color: rgb(181,110,198); }
H1.HeaderClassName
{
color: #B56EC6;
}
.AnyTagClassName
{
color: #B56EC6;
}
</style>
background-color css
<style>
a { background-color: #B56EC6; }
a { background-color: rgb(181,110,198); }
div.DivClassName
{
background-color: #B56EC6;
}
.BgClassName
{
background-color: #B56EC6;
}
</style>
border-color css
<style>
span { border-color: #B56EC6; }
span { border-color: rgb(181,110,198); }
td.TdClassName
{
border-color: #B56EC6;
}
.TagClassName
{
border-color: #B56EC6;
}
</style>