Shades of Medium Orchid #B540CB
Tints of Medium Orchid #B540CB
RGB
CMYK
RGB Variations
Color information
#B540CB (or 0xB540CB) is known color: Medium Orchid. HEX triplet: B5, 40 and CB. RGB value is (181,64,203). Sum of RGB (Red+Green+Blue) = 181+64+203=448 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.40% from 448); Green value is 64 (25.39% from 255 or 14.29% from 448); Blue value is 203 (79.69% from 255 or 45.31% from 448); Max value from RGB is 203 - color contains mainly: blue. Hex color #B540CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B540CB is #4ABF34. Grayscale: #727272. Windows color (decimal): -4898613 or 13320373. OLE color: 13320373.
HSL color Cylindrical-coordinate representation of color #B540CB: hue angle of 290.5º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B540CB is Cyan = 0.11, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 181 | 64 | 203 | - |
| CMYK | 0.11 | 0.68 | 0 | 0.20 |
| HSL | 290.5º | 0.57% | 0.52% | - |
| HSV(B) | 290.5º | 0.68% | 0.8% | - |
| XYZ | 31.67 | 17.8 | 58.27 | - |
| YUV | 114.83 | 177.76 | 175.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 64 | 203 | 0.11 | 0.68 | 0 | 0.20 | 290.5 | 0.57 | 0.52 |
| Hex | B5 | 40 | CB | B | 44 | 0 | 14 | 123 | 39 | 34 |
| Octal | 265 | 100 | 313 | 13 | 104 | 0 | 24 | 443 | 71 | 64 |
| Binary | 10110101 | 1000000 | 11001011 | 1011 | 1000100 | 0 | 10100 | 100100011 | 111001 | 110100 |
Color Harmonies of #B540CB
Complementary color
Monochromatic Colors of #B540CB
Black with #B540CB
Text Example
Text Example
White with #B540CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B540CB; }
p { color: rgb(181,64,203); }
H1.HeaderClassName
{
color: #B540CB;
}
.AnyTagClassName
{
color: #B540CB;
}
</style>
background-color css
<style>
a { background-color: #B540CB; }
a { background-color: rgb(181,64,203); }
div.DivClassName
{
background-color: #B540CB;
}
.BgClassName
{
background-color: #B540CB;
}
</style>
border-color css
<style>
span { border-color: #B540CB; }
span { border-color: rgb(181,64,203); }
td.TdClassName
{
border-color: #B540CB;
}
.TagClassName
{
border-color: #B540CB;
}
</style>