Shades of Medium Orchid #B542DE
Tints of Medium Orchid #B542DE
RGB
CMYK
RGB Variations
Color information
#B542DE (or 0xB542DE) is known color: Medium Orchid. HEX triplet: B5, 42 and DE. RGB value is (181,66,222). Sum of RGB (Red+Green+Blue) = 181+66+222=469 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.59% from 469); Green value is 66 (26.17% from 255 or 14.07% from 469); Blue value is 222 (87.11% from 255 or 47.33% from 469); Max value from RGB is 222 - color contains mainly: blue. Hex color #B542DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B542DE is #4ABD21. Grayscale: #757575. Windows color (decimal): -4898082 or 14566069. OLE color: 14566069.
HSL color Cylindrical-coordinate representation of color #B542DE: hue angle of 284.23º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B542DE is Cyan = 0.18, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 181 | 66 | 222 | - |
| CMYK | 0.18 | 0.70 | 0 | 0.13 |
| HSL | 284.23º | 0.7% | 0.56% | - |
| HSV(B) | 284.23º | 0.7% | 0.87% | - |
| XYZ | 34.19 | 18.99 | 70.97 | - |
| YUV | 118.17 | 186.6 | 172.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 66 | 222 | 0.18 | 0.70 | 0 | 0.13 | 284.23 | 0.7 | 0.56 |
| Hex | B5 | 42 | DE | 12 | 46 | 0 | D | 11C | 46 | 38 |
| Octal | 265 | 102 | 336 | 22 | 106 | 0 | 15 | 434 | 106 | 70 |
| Binary | 10110101 | 1000010 | 11011110 | 10010 | 1000110 | 0 | 1101 | 100011100 | 1000110 | 111000 |
Color Harmonies of #B542DE
Complementary color
Monochromatic Colors of #B542DE
Black with #B542DE
Text Example
Text Example
White with #B542DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B542DE; }
p { color: rgb(181,66,222); }
H1.HeaderClassName
{
color: #B542DE;
}
.AnyTagClassName
{
color: #B542DE;
}
</style>
background-color css
<style>
a { background-color: #B542DE; }
a { background-color: rgb(181,66,222); }
div.DivClassName
{
background-color: #B542DE;
}
.BgClassName
{
background-color: #B542DE;
}
</style>
border-color css
<style>
span { border-color: #B542DE; }
span { border-color: rgb(181,66,222); }
td.TdClassName
{
border-color: #B542DE;
}
.TagClassName
{
border-color: #B542DE;
}
</style>