Shades of Medium Orchid #B542CA
Tints of Medium Orchid #B542CA
RGB
CMYK
RGB Variations
Color information
#B542CA (or 0xB542CA) is known color: Medium Orchid. HEX triplet: B5, 42 and CA. RGB value is (181,66,202). Sum of RGB (Red+Green+Blue) = 181+66+202=449 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.31% from 449); Green value is 66 (26.17% from 255 or 14.70% from 449); Blue value is 202 (79.30% from 255 or 44.99% from 449); Max value from RGB is 202 - color contains mainly: blue. Hex color #B542CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B542CA is #4ABD35. Grayscale: #737373. Windows color (decimal): -4898102 or 13255349. OLE color: 13255349.
HSL color Cylindrical-coordinate representation of color #B542CA: hue angle of 290.74º 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 #B542CA is Cyan = 0.10, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 181 | 66 | 202 | - |
| CMYK | 0.10 | 0.67 | 0 | 0.21 |
| HSL | 290.74º | 0.56% | 0.53% | - |
| HSV(B) | 290.74º | 0.67% | 0.79% | - |
| XYZ | 31.66 | 17.98 | 57.68 | - |
| YUV | 115.89 | 176.6 | 174.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 66 | 202 | 0.10 | 0.67 | 0 | 0.21 | 290.74 | 0.56 | 0.53 |
| Hex | B5 | 42 | CA | A | 43 | 0 | 15 | 123 | 38 | 35 |
| Octal | 265 | 102 | 312 | 12 | 103 | 0 | 25 | 443 | 70 | 65 |
| Binary | 10110101 | 1000010 | 11001010 | 1010 | 1000011 | 0 | 10101 | 100100011 | 111000 | 110101 |
Color Harmonies of #B542CA
Complementary color
Monochromatic Colors of #B542CA
Black with #B542CA
Text Example
Text Example
White with #B542CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B542CA; }
p { color: rgb(181,66,202); }
H1.HeaderClassName
{
color: #B542CA;
}
.AnyTagClassName
{
color: #B542CA;
}
</style>
background-color css
<style>
a { background-color: #B542CA; }
a { background-color: rgb(181,66,202); }
div.DivClassName
{
background-color: #B542CA;
}
.BgClassName
{
background-color: #B542CA;
}
</style>
border-color css
<style>
span { border-color: #B542CA; }
span { border-color: rgb(181,66,202); }
td.TdClassName
{
border-color: #B542CA;
}
.TagClassName
{
border-color: #B542CA;
}
</style>