Shades of Medium Orchid #B539EC
Tints of Medium Orchid #B539EC
RGB
CMYK
RGB Variations
Color information
#B539EC (or 0xB539EC) is known color: Medium Orchid. HEX triplet: B5, 39 and EC. RGB value is (181,57,236). Sum of RGB (Red+Green+Blue) = 181+57+236=474 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.19% from 474); Green value is 57 (22.66% from 255 or 12.03% from 474); Blue value is 236 (92.58% from 255 or 49.79% from 474); Max value from RGB is 236 - color contains mainly: blue. Hex color #B539EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B539EC is #4AC613. Grayscale: #717171. Windows color (decimal): -4900372 or 15481269. OLE color: 15481269.
HSL color Cylindrical-coordinate representation of color #B539EC: hue angle of 281.56º degrees, saturation: 0.82, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B539EC is Cyan = 0.23, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 181 | 57 | 236 | - |
| CMYK | 0.23 | 0.76 | 0 | 0.07 |
| HSL | 281.56º | 0.82% | 0.57% | - |
| HSV(B) | 281.56º | 0.76% | 0.93% | - |
| XYZ | 35.66 | 18.81 | 81.11 | - |
| YUV | 114.48 | 196.58 | 175.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 57 | 236 | 0.23 | 0.76 | 0 | 0.07 | 281.56 | 0.82 | 0.57 |
| Hex | B5 | 39 | EC | 17 | 4C | 0 | 7 | 11A | 52 | 39 |
| Octal | 265 | 71 | 354 | 27 | 114 | 0 | 7 | 432 | 122 | 71 |
| Binary | 10110101 | 111001 | 11101100 | 10111 | 1001100 | 0 | 111 | 100011010 | 1010010 | 111001 |
Color Harmonies of #B539EC
Complementary color
Monochromatic Colors of #B539EC
Black with #B539EC
Text Example
Text Example
White with #B539EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B539EC; }
p { color: rgb(181,57,236); }
H1.HeaderClassName
{
color: #B539EC;
}
.AnyTagClassName
{
color: #B539EC;
}
</style>
background-color css
<style>
a { background-color: #B539EC; }
a { background-color: rgb(181,57,236); }
div.DivClassName
{
background-color: #B539EC;
}
.BgClassName
{
background-color: #B539EC;
}
</style>
border-color css
<style>
span { border-color: #B539EC; }
span { border-color: rgb(181,57,236); }
td.TdClassName
{
border-color: #B539EC;
}
.TagClassName
{
border-color: #B539EC;
}
</style>