Shades of Medium Orchid #B542CC
Tints of Medium Orchid #B542CC
RGB
CMYK
RGB Variations
Color information
#B542CC (or 0xB542CC) is known color: Medium Orchid. HEX triplet: B5, 42 and CC. RGB value is (181,66,204). Sum of RGB (Red+Green+Blue) = 181+66+204=451 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.13% from 451); Green value is 66 (26.17% from 255 or 14.63% from 451); Blue value is 204 (80.08% from 255 or 45.23% from 451); Max value from RGB is 204 - color contains mainly: blue. Hex color #B542CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B542CC is #4ABD33. Grayscale: #737373. Windows color (decimal): -4898100 or 13386421. OLE color: 13386421.
HSL color Cylindrical-coordinate representation of color #B542CC: hue angle of 290º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B542CC is Cyan = 0.11, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 181 | 66 | 204 | - |
| CMYK | 0.11 | 0.68 | 0 | 0.2 |
| HSL | 290º | 0.58% | 0.53% | - |
| HSV(B) | 290º | 0.68% | 0.8% | - |
| XYZ | 31.9 | 18.08 | 58.94 | - |
| YUV | 116.12 | 177.6 | 174.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 66 | 204 | 0.11 | 0.68 | 0 | 0.2 | 290 | 0.58 | 0.53 |
| Hex | B5 | 42 | CC | B | 44 | 0 | 14 | 122 | 3A | 35 |
| Octal | 265 | 102 | 314 | 13 | 104 | 0 | 24 | 442 | 72 | 65 |
| Binary | 10110101 | 1000010 | 11001100 | 1011 | 1000100 | 0 | 10100 | 100100010 | 111010 | 110101 |
Color Harmonies of #B542CC
Complementary color
Monochromatic Colors of #B542CC
Black with #B542CC
Text Example
Text Example
White with #B542CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B542CC; }
p { color: rgb(181,66,204); }
H1.HeaderClassName
{
color: #B542CC;
}
.AnyTagClassName
{
color: #B542CC;
}
</style>
background-color css
<style>
a { background-color: #B542CC; }
a { background-color: rgb(181,66,204); }
div.DivClassName
{
background-color: #B542CC;
}
.BgClassName
{
background-color: #B542CC;
}
</style>
border-color css
<style>
span { border-color: #B542CC; }
span { border-color: rgb(181,66,204); }
td.TdClassName
{
border-color: #B542CC;
}
.TagClassName
{
border-color: #B542CC;
}
</style>