Shades of Medium Orchid #B537EC
Tints of Medium Orchid #B537EC
RGB
CMYK
RGB Variations
Color information
#B537EC (or 0xB537EC) is known color: Medium Orchid. HEX triplet: B5, 37 and EC. RGB value is (181,55,236). Sum of RGB (Red+Green+Blue) = 181+55+236=472 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.35% from 472); Green value is 55 (21.88% from 255 or 11.65% from 472); Blue value is 236 (92.58% from 255 or 50% from 472); Max value from RGB is 236 - color contains mainly: blue. Hex color #B537EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B537EC is #4AC813. Grayscale: #707070. Windows color (decimal): -4900884 or 15480757. OLE color: 15480757.
HSL color Cylindrical-coordinate representation of color #B537EC: hue angle of 281.77º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B537EC is Cyan = 0.23, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 181 | 55 | 236 | - |
| CMYK | 0.23 | 0.77 | 0 | 0.07 |
| HSL | 281.77º | 0.83% | 0.57% | - |
| HSV(B) | 281.77º | 0.77% | 0.93% | - |
| XYZ | 35.56 | 18.61 | 81.08 | - |
| YUV | 113.31 | 197.24 | 176.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 55 | 236 | 0.23 | 0.77 | 0 | 0.07 | 281.77 | 0.83 | 0.57 |
| Hex | B5 | 37 | EC | 17 | 4D | 0 | 7 | 11A | 53 | 39 |
| Octal | 265 | 67 | 354 | 27 | 115 | 0 | 7 | 432 | 123 | 71 |
| Binary | 10110101 | 110111 | 11101100 | 10111 | 1001101 | 0 | 111 | 100011010 | 1010011 | 111001 |
Color Harmonies of #B537EC
Complementary color
Monochromatic Colors of #B537EC
Black with #B537EC
Text Example
Text Example
White with #B537EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B537EC; }
p { color: rgb(181,55,236); }
H1.HeaderClassName
{
color: #B537EC;
}
.AnyTagClassName
{
color: #B537EC;
}
</style>
background-color css
<style>
a { background-color: #B537EC; }
a { background-color: rgb(181,55,236); }
div.DivClassName
{
background-color: #B537EC;
}
.BgClassName
{
background-color: #B537EC;
}
</style>
border-color css
<style>
span { border-color: #B537EC; }
span { border-color: rgb(181,55,236); }
td.TdClassName
{
border-color: #B537EC;
}
.TagClassName
{
border-color: #B537EC;
}
</style>