Shades of Medium Orchid #B543CA
Tints of Medium Orchid #B543CA
RGB
CMYK
RGB Variations
Color information
#B543CA (or 0xB543CA) is known color: Medium Orchid. HEX triplet: B5, 43 and CA. RGB value is (181,67,202). Sum of RGB (Red+Green+Blue) = 181+67+202=450 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.22% from 450); Green value is 67 (26.56% from 255 or 14.89% from 450); Blue value is 202 (79.30% from 255 or 44.89% from 450); Max value from RGB is 202 - color contains mainly: blue. Hex color #B543CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B543CA is #4ABC35. Grayscale: #747474. Windows color (decimal): -4897846 or 13255605. OLE color: 13255605.
HSL color Cylindrical-coordinate representation of color #B543CA: hue angle of 290.67º degrees, saturation: 0.56, 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 #B543CA is Cyan = 0.10, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 181 | 67 | 202 | - |
| CMYK | 0.10 | 0.67 | 0 | 0.21 |
| HSL | 290.67º | 0.56% | 0.53% | - |
| HSV(B) | 290.67º | 0.67% | 0.79% | - |
| XYZ | 31.72 | 18.1 | 57.7 | - |
| YUV | 116.48 | 176.27 | 174.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 67 | 202 | 0.10 | 0.67 | 0 | 0.21 | 290.67 | 0.56 | 0.53 |
| Hex | B5 | 43 | CA | A | 43 | 0 | 15 | 123 | 38 | 35 |
| Octal | 265 | 103 | 312 | 12 | 103 | 0 | 25 | 443 | 70 | 65 |
| Binary | 10110101 | 1000011 | 11001010 | 1010 | 1000011 | 0 | 10101 | 100100011 | 111000 | 110101 |
Color Harmonies of #B543CA
Complementary color
Monochromatic Colors of #B543CA
Black with #B543CA
Text Example
Text Example
White with #B543CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B543CA; }
p { color: rgb(181,67,202); }
H1.HeaderClassName
{
color: #B543CA;
}
.AnyTagClassName
{
color: #B543CA;
}
</style>
background-color css
<style>
a { background-color: #B543CA; }
a { background-color: rgb(181,67,202); }
div.DivClassName
{
background-color: #B543CA;
}
.BgClassName
{
background-color: #B543CA;
}
</style>
border-color css
<style>
span { border-color: #B543CA; }
span { border-color: rgb(181,67,202); }
td.TdClassName
{
border-color: #B543CA;
}
.TagClassName
{
border-color: #B543CA;
}
</style>