Shades of Medium Orchid #B543CB
Tints of Medium Orchid #B543CB
RGB
CMYK
RGB Variations
Color information
#B543CB (or 0xB543CB) is known color: Medium Orchid. HEX triplet: B5, 43 and CB. RGB value is (181,67,203). Sum of RGB (Red+Green+Blue) = 181+67+203=451 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.13% from 451); Green value is 67 (26.56% from 255 or 14.86% from 451); Blue value is 203 (79.69% from 255 or 45.01% from 451); Max value from RGB is 203 - color contains mainly: blue. Hex color #B543CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B543CB is #4ABC34. Grayscale: #747474. Windows color (decimal): -4897845 or 13321141. OLE color: 13321141.
HSL color Cylindrical-coordinate representation of color #B543CB: hue angle of 290.29º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B543CB is Cyan = 0.11, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 181 | 67 | 203 | - |
| CMYK | 0.11 | 0.67 | 0 | 0.20 |
| HSL | 290.29º | 0.57% | 0.53% | - |
| HSV(B) | 290.29º | 0.67% | 0.8% | - |
| XYZ | 31.84 | 18.15 | 58.32 | - |
| YUV | 116.59 | 176.77 | 173.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 67 | 203 | 0.11 | 0.67 | 0 | 0.20 | 290.29 | 0.57 | 0.53 |
| Hex | B5 | 43 | CB | B | 43 | 0 | 14 | 122 | 39 | 35 |
| Octal | 265 | 103 | 313 | 13 | 103 | 0 | 24 | 442 | 71 | 65 |
| Binary | 10110101 | 1000011 | 11001011 | 1011 | 1000011 | 0 | 10100 | 100100010 | 111001 | 110101 |
Color Harmonies of #B543CB
Complementary color
Monochromatic Colors of #B543CB
Black with #B543CB
Text Example
Text Example
White with #B543CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B543CB; }
p { color: rgb(181,67,203); }
H1.HeaderClassName
{
color: #B543CB;
}
.AnyTagClassName
{
color: #B543CB;
}
</style>
background-color css
<style>
a { background-color: #B543CB; }
a { background-color: rgb(181,67,203); }
div.DivClassName
{
background-color: #B543CB;
}
.BgClassName
{
background-color: #B543CB;
}
</style>
border-color css
<style>
span { border-color: #B543CB; }
span { border-color: rgb(181,67,203); }
td.TdClassName
{
border-color: #B543CB;
}
.TagClassName
{
border-color: #B543CB;
}
</style>