Shades of Medium Orchid #B540EE
Tints of Medium Orchid #B540EE
RGB
CMYK
RGB Variations
Color information
#B540EE (or 0xB540EE) is known color: Medium Orchid. HEX triplet: B5, 40 and EE. RGB value is (181,64,238). Sum of RGB (Red+Green+Blue) = 181+64+238=483 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.47% from 483); Green value is 64 (25.39% from 255 or 13.25% from 483); Blue value is 238 (93.36% from 255 or 49.28% from 483); Max value from RGB is 238 - color contains mainly: blue. Hex color #B540EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B540EE is #4ABF11. Grayscale: #767676. Windows color (decimal): -4898578 or 15614133. OLE color: 15614133.
HSL color Cylindrical-coordinate representation of color #B540EE: hue angle of 280.34º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B540EE is Cyan = 0.24, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 181 | 64 | 238 | - |
| CMYK | 0.24 | 0.73 | 0 | 0.07 |
| HSL | 280.34º | 0.84% | 0.59% | - |
| HSV(B) | 280.34º | 0.73% | 0.93% | - |
| XYZ | 36.32 | 19.66 | 82.77 | - |
| YUV | 118.82 | 195.26 | 172.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 64 | 238 | 0.24 | 0.73 | 0 | 0.07 | 280.34 | 0.84 | 0.59 |
| Hex | B5 | 40 | EE | 18 | 49 | 0 | 7 | 118 | 54 | 3B |
| Octal | 265 | 100 | 356 | 30 | 111 | 0 | 7 | 430 | 124 | 73 |
| Binary | 10110101 | 1000000 | 11101110 | 11000 | 1001001 | 0 | 111 | 100011000 | 1010100 | 111011 |
Color Harmonies of #B540EE
Complementary color
Monochromatic Colors of #B540EE
Black with #B540EE
Text Example
Text Example
White with #B540EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B540EE; }
p { color: rgb(181,64,238); }
H1.HeaderClassName
{
color: #B540EE;
}
.AnyTagClassName
{
color: #B540EE;
}
</style>
background-color css
<style>
a { background-color: #B540EE; }
a { background-color: rgb(181,64,238); }
div.DivClassName
{
background-color: #B540EE;
}
.BgClassName
{
background-color: #B540EE;
}
</style>
border-color css
<style>
span { border-color: #B540EE; }
span { border-color: rgb(181,64,238); }
td.TdClassName
{
border-color: #B540EE;
}
.TagClassName
{
border-color: #B540EE;
}
</style>