Shades of Medium Orchid #B540CE
Tints of Medium Orchid #B540CE
RGB
CMYK
RGB Variations
Color information
#B540CE (or 0xB540CE) is known color: Medium Orchid. HEX triplet: B5, 40 and CE. RGB value is (181,64,206). Sum of RGB (Red+Green+Blue) = 181+64+206=451 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.13% from 451); Green value is 64 (25.39% from 255 or 14.19% from 451); Blue value is 206 (80.86% from 255 or 45.68% from 451); Max value from RGB is 206 - color contains mainly: blue. Hex color #B540CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B540CE is #4ABF31. Grayscale: #727272. Windows color (decimal): -4898610 or 13516981. OLE color: 13516981.
HSL color Cylindrical-coordinate representation of color #B540CE: hue angle of 289.44º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B540CE is Cyan = 0.12, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 181 | 64 | 206 | - |
| CMYK | 0.12 | 0.69 | 0 | 0.19 |
| HSL | 289.44º | 0.59% | 0.53% | - |
| HSV(B) | 289.44º | 0.69% | 0.81% | - |
| XYZ | 32.03 | 17.95 | 60.17 | - |
| YUV | 115.17 | 179.26 | 174.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 64 | 206 | 0.12 | 0.69 | 0 | 0.19 | 289.44 | 0.59 | 0.53 |
| Hex | B5 | 40 | CE | C | 45 | 0 | 13 | 121 | 3B | 35 |
| Octal | 265 | 100 | 316 | 14 | 105 | 0 | 23 | 441 | 73 | 65 |
| Binary | 10110101 | 1000000 | 11001110 | 1100 | 1000101 | 0 | 10011 | 100100001 | 111011 | 110101 |
Color Harmonies of #B540CE
Complementary color
Monochromatic Colors of #B540CE
Black with #B540CE
Text Example
Text Example
White with #B540CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B540CE; }
p { color: rgb(181,64,206); }
H1.HeaderClassName
{
color: #B540CE;
}
.AnyTagClassName
{
color: #B540CE;
}
</style>
background-color css
<style>
a { background-color: #B540CE; }
a { background-color: rgb(181,64,206); }
div.DivClassName
{
background-color: #B540CE;
}
.BgClassName
{
background-color: #B540CE;
}
</style>
border-color css
<style>
span { border-color: #B540CE; }
span { border-color: rgb(181,64,206); }
td.TdClassName
{
border-color: #B540CE;
}
.TagClassName
{
border-color: #B540CE;
}
</style>