Shades of Medium Orchid #B542C9
Tints of Medium Orchid #B542C9
RGB
CMYK
RGB Variations
Color information
#B542C9 (or 0xB542C9) is known color: Medium Orchid. HEX triplet: B5, 42 and C9. RGB value is (181,66,201). Sum of RGB (Red+Green+Blue) = 181+66+201=448 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.40% from 448); Green value is 66 (26.17% from 255 or 14.73% from 448); Blue value is 201 (78.91% from 255 or 44.87% from 448); Max value from RGB is 201 - color contains mainly: blue. Hex color #B542C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B542C9 is #4ABD36. Grayscale: #737373. Windows color (decimal): -4898103 or 13189813. OLE color: 13189813.
HSL color Cylindrical-coordinate representation of color #B542C9: hue angle of 291.11º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B542C9 is Cyan = 0.10, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 181 | 66 | 201 | - |
| CMYK | 0.10 | 0.67 | 0 | 0.21 |
| HSL | 291.11º | 0.56% | 0.52% | - |
| HSV(B) | 291.11º | 0.67% | 0.79% | - |
| XYZ | 31.55 | 17.94 | 57.06 | - |
| YUV | 115.78 | 176.1 | 174.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 66 | 201 | 0.10 | 0.67 | 0 | 0.21 | 291.11 | 0.56 | 0.52 |
| Hex | B5 | 42 | C9 | A | 43 | 0 | 15 | 123 | 38 | 34 |
| Octal | 265 | 102 | 311 | 12 | 103 | 0 | 25 | 443 | 70 | 64 |
| Binary | 10110101 | 1000010 | 11001001 | 1010 | 1000011 | 0 | 10101 | 100100011 | 111000 | 110100 |
Color Harmonies of #B542C9
Complementary color
Monochromatic Colors of #B542C9
Black with #B542C9
Text Example
Text Example
White with #B542C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B542C9; }
p { color: rgb(181,66,201); }
H1.HeaderClassName
{
color: #B542C9;
}
.AnyTagClassName
{
color: #B542C9;
}
</style>
background-color css
<style>
a { background-color: #B542C9; }
a { background-color: rgb(181,66,201); }
div.DivClassName
{
background-color: #B542C9;
}
.BgClassName
{
background-color: #B542C9;
}
</style>
border-color css
<style>
span { border-color: #B542C9; }
span { border-color: rgb(181,66,201); }
td.TdClassName
{
border-color: #B542C9;
}
.TagClassName
{
border-color: #B542C9;
}
</style>