Shades of Medium Orchid #B547EC
Tints of Medium Orchid #B547EC
RGB
CMYK
RGB Variations
Color information
#B547EC (or 0xB547EC) is known color: Medium Orchid. HEX triplet: B5, 47 and EC. RGB value is (181,71,236). Sum of RGB (Red+Green+Blue) = 181+71+236=488 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.09% from 488); Green value is 71 (28.12% from 255 or 14.55% from 488); Blue value is 236 (92.58% from 255 or 48.36% from 488); Max value from RGB is 236 - color contains mainly: blue. Hex color #B547EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B547EC is #4AB813. Grayscale: #7A7A7A. Windows color (decimal): -4896788 or 15484853. OLE color: 15484853.
HSL color Cylindrical-coordinate representation of color #B547EC: hue angle of 280º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B547EC is Cyan = 0.23, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 181 | 71 | 236 | - |
| CMYK | 0.23 | 0.70 | 0 | 0.07 |
| HSL | 280º | 0.81% | 0.6% | - |
| HSV(B) | 280º | 0.7% | 0.93% | - |
| XYZ | 36.45 | 20.39 | 81.37 | - |
| YUV | 122.7 | 191.94 | 169.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 71 | 236 | 0.23 | 0.70 | 0 | 0.07 | 280 | 0.81 | 0.6 |
| Hex | B5 | 47 | EC | 17 | 46 | 0 | 7 | 118 | 51 | 3C |
| Octal | 265 | 107 | 354 | 27 | 106 | 0 | 7 | 430 | 121 | 74 |
| Binary | 10110101 | 1000111 | 11101100 | 10111 | 1000110 | 0 | 111 | 100011000 | 1010001 | 111100 |
Color Harmonies of #B547EC
Complementary color
Monochromatic Colors of #B547EC
Black with #B547EC
Text Example
Text Example
White with #B547EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B547EC; }
p { color: rgb(181,71,236); }
H1.HeaderClassName
{
color: #B547EC;
}
.AnyTagClassName
{
color: #B547EC;
}
</style>
background-color css
<style>
a { background-color: #B547EC; }
a { background-color: rgb(181,71,236); }
div.DivClassName
{
background-color: #B547EC;
}
.BgClassName
{
background-color: #B547EC;
}
</style>
border-color css
<style>
span { border-color: #B547EC; }
span { border-color: rgb(181,71,236); }
td.TdClassName
{
border-color: #B547EC;
}
.TagClassName
{
border-color: #B547EC;
}
</style>