Shades of Medium Orchid #B56BEC
Tints of Medium Orchid #B56BEC
RGB
CMYK
RGB Variations
Color information
#B56BEC (or 0xB56BEC) is known color: Medium Orchid. HEX triplet: B5, 6B and EC. RGB value is (181,107,236). Sum of RGB (Red+Green+Blue) = 181+107+236=524 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.54% from 524); Green value is 107 (42.19% from 255 or 20.42% from 524); Blue value is 236 (92.58% from 255 or 45.04% from 524); Max value from RGB is 236 - color contains mainly: blue. Hex color #B56BEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B56BEC is #4A9413. Grayscale: #8F8F8F. Windows color (decimal): -4887572 or 15494069. OLE color: 15494069.
HSL color Cylindrical-coordinate representation of color #B56BEC: hue angle of 274.42º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B56BEC is Cyan = 0.23, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 181 | 107 | 236 | - |
| CMYK | 0.23 | 0.55 | 0 | 0.07 |
| HSL | 274.42º | 0.77% | 0.67% | - |
| HSV(B) | 274.42º | 0.55% | 0.93% | - |
| XYZ | 39.45 | 26.4 | 82.37 | - |
| YUV | 143.83 | 180.02 | 154.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 107 | 236 | 0.23 | 0.55 | 0 | 0.07 | 274.42 | 0.77 | 0.67 |
| Hex | B5 | 6B | EC | 17 | 37 | 0 | 7 | 112 | 4D | 43 |
| Octal | 265 | 153 | 354 | 27 | 67 | 0 | 7 | 422 | 115 | 103 |
| Binary | 10110101 | 1101011 | 11101100 | 10111 | 110111 | 0 | 111 | 100010010 | 1001101 | 1000011 |
Color Harmonies of #B56BEC
Complementary color
Monochromatic Colors of #B56BEC
Black with #B56BEC
Text Example
Text Example
White with #B56BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B56BEC; }
p { color: rgb(181,107,236); }
H1.HeaderClassName
{
color: #B56BEC;
}
.AnyTagClassName
{
color: #B56BEC;
}
</style>
background-color css
<style>
a { background-color: #B56BEC; }
a { background-color: rgb(181,107,236); }
div.DivClassName
{
background-color: #B56BEC;
}
.BgClassName
{
background-color: #B56BEC;
}
</style>
border-color css
<style>
span { border-color: #B56BEC; }
span { border-color: rgb(181,107,236); }
td.TdClassName
{
border-color: #B56BEC;
}
.TagClassName
{
border-color: #B56BEC;
}
</style>