Shades of Medium Orchid #B541EE
Tints of Medium Orchid #B541EE
RGB
CMYK
RGB Variations
Color information
#B541EE (or 0xB541EE) is known color: Medium Orchid. HEX triplet: B5, 41 and EE. RGB value is (181,65,238). Sum of RGB (Red+Green+Blue) = 181+65+238=484 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.40% from 484); Green value is 65 (25.78% from 255 or 13.43% from 484); Blue value is 238 (93.36% from 255 or 49.17% from 484); Max value from RGB is 238 - color contains mainly: blue. Hex color #B541EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B541EE is #4ABE11. Grayscale: #767676. Windows color (decimal): -4898322 or 15614389. OLE color: 15614389.
HSL color Cylindrical-coordinate representation of color #B541EE: hue angle of 280.23º 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 #B541EE is Cyan = 0.24, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 181 | 65 | 238 | - |
| CMYK | 0.24 | 0.73 | 0 | 0.07 |
| HSL | 280.23º | 0.84% | 0.59% | - |
| HSV(B) | 280.23º | 0.73% | 0.93% | - |
| XYZ | 36.38 | 19.78 | 82.79 | - |
| YUV | 119.41 | 194.93 | 171.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 65 | 238 | 0.24 | 0.73 | 0 | 0.07 | 280.23 | 0.84 | 0.59 |
| Hex | B5 | 41 | EE | 18 | 49 | 0 | 7 | 118 | 54 | 3B |
| Octal | 265 | 101 | 356 | 30 | 111 | 0 | 7 | 430 | 124 | 73 |
| Binary | 10110101 | 1000001 | 11101110 | 11000 | 1001001 | 0 | 111 | 100011000 | 1010100 | 111011 |
Color Harmonies of #B541EE
Complementary color
Monochromatic Colors of #B541EE
Black with #B541EE
Text Example
Text Example
White with #B541EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B541EE; }
p { color: rgb(181,65,238); }
H1.HeaderClassName
{
color: #B541EE;
}
.AnyTagClassName
{
color: #B541EE;
}
</style>
background-color css
<style>
a { background-color: #B541EE; }
a { background-color: rgb(181,65,238); }
div.DivClassName
{
background-color: #B541EE;
}
.BgClassName
{
background-color: #B541EE;
}
</style>
border-color css
<style>
span { border-color: #B541EE; }
span { border-color: rgb(181,65,238); }
td.TdClassName
{
border-color: #B541EE;
}
.TagClassName
{
border-color: #B541EE;
}
</style>