Shades of Medium Orchid #B543C9
Tints of Medium Orchid #B543C9
RGB
CMYK
RGB Variations
Color information
#B543C9 (or 0xB543C9) is known color: Medium Orchid. HEX triplet: B5, 43 and C9. RGB value is (181,67,201). Sum of RGB (Red+Green+Blue) = 181+67+201=449 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.31% from 449); Green value is 67 (26.56% from 255 or 14.92% from 449); Blue value is 201 (78.91% from 255 or 44.77% from 449); Max value from RGB is 201 - color contains mainly: blue. Hex color #B543C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B543C9 is #4ABC36. Grayscale: #737373. Windows color (decimal): -4897847 or 13190069. OLE color: 13190069.
HSL color Cylindrical-coordinate representation of color #B543C9: hue angle of 291.04º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B543C9 is Cyan = 0.10, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 181 | 67 | 201 | - |
| CMYK | 0.10 | 0.67 | 0 | 0.21 |
| HSL | 291.04º | 0.55% | 0.53% | - |
| HSV(B) | 291.04º | 0.67% | 0.79% | - |
| XYZ | 31.61 | 18.06 | 57.08 | - |
| YUV | 116.36 | 175.77 | 174.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 67 | 201 | 0.10 | 0.67 | 0 | 0.21 | 291.04 | 0.55 | 0.53 |
| Hex | B5 | 43 | C9 | A | 43 | 0 | 15 | 123 | 37 | 35 |
| Octal | 265 | 103 | 311 | 12 | 103 | 0 | 25 | 443 | 67 | 65 |
| Binary | 10110101 | 1000011 | 11001001 | 1010 | 1000011 | 0 | 10101 | 100100011 | 110111 | 110101 |
Color Harmonies of #B543C9
Complementary color
Monochromatic Colors of #B543C9
Black with #B543C9
Text Example
Text Example
White with #B543C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B543C9; }
p { color: rgb(181,67,201); }
H1.HeaderClassName
{
color: #B543C9;
}
.AnyTagClassName
{
color: #B543C9;
}
</style>
background-color css
<style>
a { background-color: #B543C9; }
a { background-color: rgb(181,67,201); }
div.DivClassName
{
background-color: #B543C9;
}
.BgClassName
{
background-color: #B543C9;
}
</style>
border-color css
<style>
span { border-color: #B543C9; }
span { border-color: rgb(181,67,201); }
td.TdClassName
{
border-color: #B543C9;
}
.TagClassName
{
border-color: #B543C9;
}
</style>