Shades of Medium Orchid #B543CE
Tints of Medium Orchid #B543CE
RGB
CMYK
RGB Variations
Color information
#B543CE (or 0xB543CE) is known color: Medium Orchid. HEX triplet: B5, 43 and CE. RGB value is (181,67,206). Sum of RGB (Red+Green+Blue) = 181+67+206=454 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.87% from 454); Green value is 67 (26.56% from 255 or 14.76% from 454); Blue value is 206 (80.86% from 255 or 45.37% from 454); Max value from RGB is 206 - color contains mainly: blue. Hex color #B543CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B543CE is #4ABC31. Grayscale: #747474. Windows color (decimal): -4897842 or 13517749. OLE color: 13517749.
HSL color Cylindrical-coordinate representation of color #B543CE: hue angle of 289.21º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B543CE is Cyan = 0.12, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 181 | 67 | 206 | - |
| CMYK | 0.12 | 0.67 | 0 | 0.19 |
| HSL | 289.21º | 0.59% | 0.54% | - |
| HSV(B) | 289.21º | 0.67% | 0.81% | - |
| XYZ | 32.2 | 18.29 | 60.23 | - |
| YUV | 116.93 | 178.27 | 173.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 67 | 206 | 0.12 | 0.67 | 0 | 0.19 | 289.21 | 0.59 | 0.54 |
| Hex | B5 | 43 | CE | C | 43 | 0 | 13 | 121 | 3B | 36 |
| Octal | 265 | 103 | 316 | 14 | 103 | 0 | 23 | 441 | 73 | 66 |
| Binary | 10110101 | 1000011 | 11001110 | 1100 | 1000011 | 0 | 10011 | 100100001 | 111011 | 110110 |
Color Harmonies of #B543CE
Complementary color
Monochromatic Colors of #B543CE
Black with #B543CE
Text Example
Text Example
White with #B543CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B543CE; }
p { color: rgb(181,67,206); }
H1.HeaderClassName
{
color: #B543CE;
}
.AnyTagClassName
{
color: #B543CE;
}
</style>
background-color css
<style>
a { background-color: #B543CE; }
a { background-color: rgb(181,67,206); }
div.DivClassName
{
background-color: #B543CE;
}
.BgClassName
{
background-color: #B543CE;
}
</style>
border-color css
<style>
span { border-color: #B543CE; }
span { border-color: rgb(181,67,206); }
td.TdClassName
{
border-color: #B543CE;
}
.TagClassName
{
border-color: #B543CE;
}
</style>