Shades of Medium Orchid #B539EE
Tints of Medium Orchid #B539EE
RGB
CMYK
RGB Variations
Color information
#B539EE (or 0xB539EE) is known color: Medium Orchid. HEX triplet: B5, 39 and EE. RGB value is (181,57,238). Sum of RGB (Red+Green+Blue) = 181+57+238=476 (63% of max value = 765). Red value is 181 (71.09% from 255 or 38.03% from 476); Green value is 57 (22.66% from 255 or 11.97% from 476); Blue value is 238 (93.36% from 255 or 50% from 476); Max value from RGB is 238 - color contains mainly: blue. Hex color #B539EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B539EE is #4AC611. Grayscale: #727272. Windows color (decimal): -4900370 or 15612341. OLE color: 15612341.
HSL color Cylindrical-coordinate representation of color #B539EE: hue angle of 281.1º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B539EE is Cyan = 0.24, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 181 | 57 | 238 | - |
| CMYK | 0.24 | 0.76 | 0 | 0.07 |
| HSL | 281.11º | 0.84% | 0.58% | - |
| HSV(B) | 281.11º | 0.76% | 0.93% | - |
| XYZ | 35.95 | 18.92 | 82.65 | - |
| YUV | 114.71 | 197.58 | 175.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 57 | 238 | 0.24 | 0.76 | 0 | 0.07 | 281.11 | 0.84 | 0.58 |
| Hex | B5 | 39 | EE | 18 | 4C | 0 | 7 | 119 | 54 | 3A |
| Octal | 265 | 71 | 356 | 30 | 114 | 0 | 7 | 431 | 124 | 72 |
| Binary | 10110101 | 111001 | 11101110 | 11000 | 1001100 | 0 | 111 | 100011001 | 1010100 | 111010 |
Color Harmonies of #B539EE
Complementary color
Monochromatic Colors of #B539EE
Black with #B539EE
Text Example
Text Example
White with #B539EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B539EE; }
p { color: rgb(181,57,238); }
H1.HeaderClassName
{
color: #B539EE;
}
.AnyTagClassName
{
color: #B539EE;
}
</style>
background-color css
<style>
a { background-color: #B539EE; }
a { background-color: rgb(181,57,238); }
div.DivClassName
{
background-color: #B539EE;
}
.BgClassName
{
background-color: #B539EE;
}
</style>
border-color css
<style>
span { border-color: #B539EE; }
span { border-color: rgb(181,57,238); }
td.TdClassName
{
border-color: #B539EE;
}
.TagClassName
{
border-color: #B539EE;
}
</style>