Shades of Medium Orchid #B540E5
Tints of Medium Orchid #B540E5
RGB
CMYK
RGB Variations
Color information
#B540E5 (or 0xB540E5) is known color: Medium Orchid. HEX triplet: B5, 40 and E5. RGB value is (181,64,229). Sum of RGB (Red+Green+Blue) = 181+64+229=474 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.19% from 474); Green value is 64 (25.39% from 255 or 13.50% from 474); Blue value is 229 (89.84% from 255 or 48.31% from 474); Max value from RGB is 229 - color contains mainly: blue. Hex color #B540E5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B540E5 is #4ABF1A. Grayscale: #757575. Windows color (decimal): -4898587 or 15024309. OLE color: 15024309.
HSL color Cylindrical-coordinate representation of color #B540E5: hue angle of 282.55º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B540E5 is Cyan = 0.21, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 181 | 64 | 229 | - |
| CMYK | 0.21 | 0.72 | 0 | 0.10 |
| HSL | 282.55º | 0.76% | 0.57% | - |
| HSV(B) | 282.55º | 0.72% | 0.9% | - |
| XYZ | 35.03 | 19.15 | 75.98 | - |
| YUV | 117.79 | 190.76 | 173.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 64 | 229 | 0.21 | 0.72 | 0 | 0.10 | 282.55 | 0.76 | 0.57 |
| Hex | B5 | 40 | E5 | 15 | 48 | 0 | A | 11B | 4C | 39 |
| Octal | 265 | 100 | 345 | 25 | 110 | 0 | 12 | 433 | 114 | 71 |
| Binary | 10110101 | 1000000 | 11100101 | 10101 | 1001000 | 0 | 1010 | 100011011 | 1001100 | 111001 |
Color Harmonies of #B540E5
Complementary color
Monochromatic Colors of #B540E5
Black with #B540E5
Text Example
Text Example
White with #B540E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B540E5; }
p { color: rgb(181,64,229); }
H1.HeaderClassName
{
color: #B540E5;
}
.AnyTagClassName
{
color: #B540E5;
}
</style>
background-color css
<style>
a { background-color: #B540E5; }
a { background-color: rgb(181,64,229); }
div.DivClassName
{
background-color: #B540E5;
}
.BgClassName
{
background-color: #B540E5;
}
</style>
border-color css
<style>
span { border-color: #B540E5; }
span { border-color: rgb(181,64,229); }
td.TdClassName
{
border-color: #B540E5;
}
.TagClassName
{
border-color: #B540E5;
}
</style>