Shades of Medium Orchid #B542DD
Tints of Medium Orchid #B542DD
RGB
CMYK
RGB Variations
Color information
#B542DD (or 0xB542DD) is known color: Medium Orchid. HEX triplet: B5, 42 and DD. RGB value is (181,66,221). Sum of RGB (Red+Green+Blue) = 181+66+221=468 (61% of max value = 765). Red value is 181 (71.09% from 255 or 38.68% from 468); Green value is 66 (26.17% from 255 or 14.10% from 468); Blue value is 221 (86.72% from 255 or 47.22% from 468); Max value from RGB is 221 - color contains mainly: blue. Hex color #B542DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B542DD is #4ABD22. Grayscale: #757575. Windows color (decimal): -4898083 or 14500533. OLE color: 14500533.
HSL color Cylindrical-coordinate representation of color #B542DD: hue angle of 284.52º 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 #B542DD is Cyan = 0.18, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 181 | 66 | 221 | - |
| CMYK | 0.18 | 0.70 | 0 | 0.13 |
| HSL | 284.52º | 0.7% | 0.56% | - |
| HSV(B) | 284.52º | 0.7% | 0.87% | - |
| XYZ | 34.06 | 18.94 | 70.27 | - |
| YUV | 118.06 | 186.1 | 172.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 66 | 221 | 0.18 | 0.70 | 0 | 0.13 | 284.52 | 0.7 | 0.56 |
| Hex | B5 | 42 | DD | 12 | 46 | 0 | D | 11D | 46 | 38 |
| Octal | 265 | 102 | 335 | 22 | 106 | 0 | 15 | 435 | 106 | 70 |
| Binary | 10110101 | 1000010 | 11011101 | 10010 | 1000110 | 0 | 1101 | 100011101 | 1000110 | 111000 |
Color Harmonies of #B542DD
Complementary color
Monochromatic Colors of #B542DD
Black with #B542DD
Text Example
Text Example
White with #B542DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B542DD; }
p { color: rgb(181,66,221); }
H1.HeaderClassName
{
color: #B542DD;
}
.AnyTagClassName
{
color: #B542DD;
}
</style>
background-color css
<style>
a { background-color: #B542DD; }
a { background-color: rgb(181,66,221); }
div.DivClassName
{
background-color: #B542DD;
}
.BgClassName
{
background-color: #B542DD;
}
</style>
border-color css
<style>
span { border-color: #B542DD; }
span { border-color: rgb(181,66,221); }
td.TdClassName
{
border-color: #B542DD;
}
.TagClassName
{
border-color: #B542DD;
}
</style>