Shades of Medium Orchid #B542CE
Tints of Medium Orchid #B542CE
RGB
CMYK
RGB Variations
Color information
#B542CE (or 0xB542CE) is known color: Medium Orchid. HEX triplet: B5, 42 and CE. RGB value is (181,66,206). Sum of RGB (Red+Green+Blue) = 181+66+206=453 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.96% from 453); Green value is 66 (26.17% from 255 or 14.57% from 453); Blue value is 206 (80.86% from 255 or 45.47% from 453); Max value from RGB is 206 - color contains mainly: blue. Hex color #B542CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B542CE is #4ABD31. Grayscale: #737373. Windows color (decimal): -4898098 or 13517493. OLE color: 13517493.
HSL color Cylindrical-coordinate representation of color #B542CE: hue angle of 289.29º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B542CE is Cyan = 0.12, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 181 | 66 | 206 | - |
| CMYK | 0.12 | 0.68 | 0 | 0.19 |
| HSL | 289.29º | 0.59% | 0.53% | - |
| HSV(B) | 289.29º | 0.68% | 0.81% | - |
| XYZ | 32.14 | 18.18 | 60.21 | - |
| YUV | 116.35 | 178.6 | 174.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 66 | 206 | 0.12 | 0.68 | 0 | 0.19 | 289.29 | 0.59 | 0.53 |
| Hex | B5 | 42 | CE | C | 44 | 0 | 13 | 121 | 3B | 35 |
| Octal | 265 | 102 | 316 | 14 | 104 | 0 | 23 | 441 | 73 | 65 |
| Binary | 10110101 | 1000010 | 11001110 | 1100 | 1000100 | 0 | 10011 | 100100001 | 111011 | 110101 |
Color Harmonies of #B542CE
Complementary color
Monochromatic Colors of #B542CE
Black with #B542CE
Text Example
Text Example
White with #B542CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B542CE; }
p { color: rgb(181,66,206); }
H1.HeaderClassName
{
color: #B542CE;
}
.AnyTagClassName
{
color: #B542CE;
}
</style>
background-color css
<style>
a { background-color: #B542CE; }
a { background-color: rgb(181,66,206); }
div.DivClassName
{
background-color: #B542CE;
}
.BgClassName
{
background-color: #B542CE;
}
</style>
border-color css
<style>
span { border-color: #B542CE; }
span { border-color: rgb(181,66,206); }
td.TdClassName
{
border-color: #B542CE;
}
.TagClassName
{
border-color: #B542CE;
}
</style>