Shades of Medium Orchid #B540CC
Tints of Medium Orchid #B540CC
RGB
CMYK
RGB Variations
Color information
#B540CC (or 0xB540CC) is known color: Medium Orchid. HEX triplet: B5, 40 and CC. RGB value is (181,64,204). Sum of RGB (Red+Green+Blue) = 181+64+204=449 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.31% from 449); Green value is 64 (25.39% from 255 or 14.25% from 449); Blue value is 204 (80.08% from 255 or 45.43% from 449); Max value from RGB is 204 - color contains mainly: blue. Hex color #B540CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B540CC is #4ABF33. Grayscale: #727272. Windows color (decimal): -4898612 or 13385909. OLE color: 13385909.
HSL color Cylindrical-coordinate representation of color #B540CC: hue angle of 290.14º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B540CC is Cyan = 0.11, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 181 | 64 | 204 | - |
| CMYK | 0.11 | 0.69 | 0 | 0.2 |
| HSL | 290.14º | 0.58% | 0.53% | - |
| HSV(B) | 290.14º | 0.69% | 0.8% | - |
| XYZ | 31.79 | 17.85 | 58.9 | - |
| YUV | 114.94 | 178.26 | 175.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 64 | 204 | 0.11 | 0.69 | 0 | 0.2 | 290.14 | 0.58 | 0.53 |
| Hex | B5 | 40 | CC | B | 45 | 0 | 14 | 122 | 3A | 35 |
| Octal | 265 | 100 | 314 | 13 | 105 | 0 | 24 | 442 | 72 | 65 |
| Binary | 10110101 | 1000000 | 11001100 | 1011 | 1000101 | 0 | 10100 | 100100010 | 111010 | 110101 |
Color Harmonies of #B540CC
Complementary color
Monochromatic Colors of #B540CC
Black with #B540CC
Text Example
Text Example
White with #B540CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B540CC; }
p { color: rgb(181,64,204); }
H1.HeaderClassName
{
color: #B540CC;
}
.AnyTagClassName
{
color: #B540CC;
}
</style>
background-color css
<style>
a { background-color: #B540CC; }
a { background-color: rgb(181,64,204); }
div.DivClassName
{
background-color: #B540CC;
}
.BgClassName
{
background-color: #B540CC;
}
</style>
border-color css
<style>
span { border-color: #B540CC; }
span { border-color: rgb(181,64,204); }
td.TdClassName
{
border-color: #B540CC;
}
.TagClassName
{
border-color: #B540CC;
}
</style>