Shades of Medium Orchid #B543CD
Tints of Medium Orchid #B543CD
RGB
CMYK
RGB Variations
Color information
#B543CD (or 0xB543CD) is known color: Medium Orchid. HEX triplet: B5, 43 and CD. RGB value is (181,67,205). Sum of RGB (Red+Green+Blue) = 181+67+205=453 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.96% from 453); Green value is 67 (26.56% from 255 or 14.79% from 453); Blue value is 205 (80.47% from 255 or 45.25% from 453); Max value from RGB is 205 - color contains mainly: blue. Hex color #B543CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B543CD is #4ABC32. Grayscale: #747474. Windows color (decimal): -4897843 or 13452213. OLE color: 13452213.
HSL color Cylindrical-coordinate representation of color #B543CD: hue angle of 289.57º degrees, saturation: 0.58, 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 #B543CD is Cyan = 0.12, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 181 | 67 | 205 | - |
| CMYK | 0.12 | 0.67 | 0 | 0.20 |
| HSL | 289.57º | 0.58% | 0.53% | - |
| HSV(B) | 289.57º | 0.67% | 0.8% | - |
| XYZ | 32.08 | 18.25 | 59.59 | - |
| YUV | 116.82 | 177.77 | 173.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 67 | 205 | 0.12 | 0.67 | 0 | 0.20 | 289.57 | 0.58 | 0.53 |
| Hex | B5 | 43 | CD | C | 43 | 0 | 14 | 122 | 3A | 35 |
| Octal | 265 | 103 | 315 | 14 | 103 | 0 | 24 | 442 | 72 | 65 |
| Binary | 10110101 | 1000011 | 11001101 | 1100 | 1000011 | 0 | 10100 | 100100010 | 111010 | 110101 |
Color Harmonies of #B543CD
Complementary color
Monochromatic Colors of #B543CD
Black with #B543CD
Text Example
Text Example
White with #B543CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B543CD; }
p { color: rgb(181,67,205); }
H1.HeaderClassName
{
color: #B543CD;
}
.AnyTagClassName
{
color: #B543CD;
}
</style>
background-color css
<style>
a { background-color: #B543CD; }
a { background-color: rgb(181,67,205); }
div.DivClassName
{
background-color: #B543CD;
}
.BgClassName
{
background-color: #B543CD;
}
</style>
border-color css
<style>
span { border-color: #B543CD; }
span { border-color: rgb(181,67,205); }
td.TdClassName
{
border-color: #B543CD;
}
.TagClassName
{
border-color: #B543CD;
}
</style>