Shades of Medium Orchid #B543C7
Tints of Medium Orchid #B543C7
RGB
CMYK
RGB Variations
Color information
#B543C7 (or 0xB543C7) is known color: Medium Orchid. HEX triplet: B5, 43 and C7. RGB value is (181,67,199). Sum of RGB (Red+Green+Blue) = 181+67+199=447 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.49% from 447); Green value is 67 (26.56% from 255 or 14.99% from 447); Blue value is 199 (78.12% from 255 or 44.52% from 447); Max value from RGB is 199 - color contains mainly: blue. Hex color #B543C7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B543C7 is #4ABC38. Grayscale: #737373. Windows color (decimal): -4897849 or 13058997. OLE color: 13058997.
HSL color Cylindrical-coordinate representation of color #B543C7: hue angle of 291.82º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B543C7 is Cyan = 0.09, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 181 | 67 | 199 | - |
| CMYK | 0.09 | 0.66 | 0 | 0.22 |
| HSL | 291.82º | 0.54% | 0.52% | - |
| HSV(B) | 291.82º | 0.66% | 0.78% | - |
| XYZ | 31.37 | 17.96 | 55.85 | - |
| YUV | 116.13 | 174.77 | 174.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 67 | 199 | 0.09 | 0.66 | 0 | 0.22 | 291.82 | 0.54 | 0.52 |
| Hex | B5 | 43 | C7 | 9 | 42 | 0 | 16 | 124 | 36 | 34 |
| Octal | 265 | 103 | 307 | 11 | 102 | 0 | 26 | 444 | 66 | 64 |
| Binary | 10110101 | 1000011 | 11000111 | 1001 | 1000010 | 0 | 10110 | 100100100 | 110110 | 110100 |
Color Harmonies of #B543C7
Complementary color
Monochromatic Colors of #B543C7
Black with #B543C7
Text Example
Text Example
White with #B543C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B543C7; }
p { color: rgb(181,67,199); }
H1.HeaderClassName
{
color: #B543C7;
}
.AnyTagClassName
{
color: #B543C7;
}
</style>
background-color css
<style>
a { background-color: #B543C7; }
a { background-color: rgb(181,67,199); }
div.DivClassName
{
background-color: #B543C7;
}
.BgClassName
{
background-color: #B543C7;
}
</style>
border-color css
<style>
span { border-color: #B543C7; }
span { border-color: rgb(181,67,199); }
td.TdClassName
{
border-color: #B543C7;
}
.TagClassName
{
border-color: #B543C7;
}
</style>