Shades of Medium Orchid #B56ECE
Tints of Medium Orchid #B56ECE
RGB
CMYK
RGB Variations
Color information
#B56ECE (or 0xB56ECE) is known color: Medium Orchid. HEX triplet: B5, 6E and CE. RGB value is (181,110,206). Sum of RGB (Red+Green+Blue) = 181+110+206=497 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.42% from 497); Green value is 110 (43.36% from 255 or 22.13% from 497); Blue value is 206 (80.86% from 255 or 41.45% from 497); Max value from RGB is 206 - color contains mainly: blue. Hex color #B56ECE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B56ECE is #4A9131. Grayscale: #8D8D8D. Windows color (decimal): -4886834 or 13528757. OLE color: 13528757.
HSL color Cylindrical-coordinate representation of color #B56ECE: hue angle of 284.38º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B56ECE is Cyan = 0.12, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 181 | 110 | 206 | - |
| CMYK | 0.12 | 0.47 | 0 | 0.19 |
| HSL | 284.38º | 0.49% | 0.62% | - |
| HSV(B) | 284.38º | 0.47% | 0.81% | - |
| XYZ | 35.77 | 25.43 | 61.42 | - |
| YUV | 142.17 | 164.02 | 155.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 110 | 206 | 0.12 | 0.47 | 0 | 0.19 | 284.38 | 0.49 | 0.62 |
| Hex | B5 | 6E | CE | C | 2F | 0 | 13 | 11C | 31 | 3E |
| Octal | 265 | 156 | 316 | 14 | 57 | 0 | 23 | 434 | 61 | 76 |
| Binary | 10110101 | 1101110 | 11001110 | 1100 | 101111 | 0 | 10011 | 100011100 | 110001 | 111110 |
Color Harmonies of #B56ECE
Complementary color
Monochromatic Colors of #B56ECE
Black with #B56ECE
Text Example
Text Example
White with #B56ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B56ECE; }
p { color: rgb(181,110,206); }
H1.HeaderClassName
{
color: #B56ECE;
}
.AnyTagClassName
{
color: #B56ECE;
}
</style>
background-color css
<style>
a { background-color: #B56ECE; }
a { background-color: rgb(181,110,206); }
div.DivClassName
{
background-color: #B56ECE;
}
.BgClassName
{
background-color: #B56ECE;
}
</style>
border-color css
<style>
span { border-color: #B56ECE; }
span { border-color: rgb(181,110,206); }
td.TdClassName
{
border-color: #B56ECE;
}
.TagClassName
{
border-color: #B56ECE;
}
</style>