Shades of Medium Orchid #B56CEC
Tints of Medium Orchid #B56CEC
RGB
CMYK
RGB Variations
Color information
#B56CEC (or 0xB56CEC) is known color: Medium Orchid. HEX triplet: B5, 6C and EC. RGB value is (181,108,236). Sum of RGB (Red+Green+Blue) = 181+108+236=525 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.48% from 525); Green value is 108 (42.58% from 255 or 20.57% from 525); Blue value is 236 (92.58% from 255 or 44.95% from 525); Max value from RGB is 236 - color contains mainly: blue. Hex color #B56CEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B56CEC is #4A9313. Grayscale: #8F8F8F. Windows color (decimal): -4887316 or 15494325. OLE color: 15494325.
HSL color Cylindrical-coordinate representation of color #B56CEC: hue angle of 274.22º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B56CEC is Cyan = 0.23, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 181 | 108 | 236 | - |
| CMYK | 0.23 | 0.54 | 0 | 0.07 |
| HSL | 274.22º | 0.77% | 0.67% | - |
| HSV(B) | 274.22º | 0.54% | 0.93% | - |
| XYZ | 39.56 | 26.61 | 82.41 | - |
| YUV | 144.42 | 179.68 | 154.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 108 | 236 | 0.23 | 0.54 | 0 | 0.07 | 274.22 | 0.77 | 0.67 |
| Hex | B5 | 6C | EC | 17 | 36 | 0 | 7 | 112 | 4D | 43 |
| Octal | 265 | 154 | 354 | 27 | 66 | 0 | 7 | 422 | 115 | 103 |
| Binary | 10110101 | 1101100 | 11101100 | 10111 | 110110 | 0 | 111 | 100010010 | 1001101 | 1000011 |
Color Harmonies of #B56CEC
Complementary color
Monochromatic Colors of #B56CEC
Black with #B56CEC
Text Example
Text Example
White with #B56CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B56CEC; }
p { color: rgb(181,108,236); }
H1.HeaderClassName
{
color: #B56CEC;
}
.AnyTagClassName
{
color: #B56CEC;
}
</style>
background-color css
<style>
a { background-color: #B56CEC; }
a { background-color: rgb(181,108,236); }
div.DivClassName
{
background-color: #B56CEC;
}
.BgClassName
{
background-color: #B56CEC;
}
</style>
border-color css
<style>
span { border-color: #B56CEC; }
span { border-color: rgb(181,108,236); }
td.TdClassName
{
border-color: #B56CEC;
}
.TagClassName
{
border-color: #B56CEC;
}
</style>