Shades of Medium Orchid #B542DB
Tints of Medium Orchid #B542DB
RGB
CMYK
RGB Variations
Color information
#B542DB (or 0xB542DB) is known color: Medium Orchid. HEX triplet: B5, 42 and DB. RGB value is (181,66,219). Sum of RGB (Red+Green+Blue) = 181+66+219=466 (61% of max value = 765). Red value is 181 (71.09% from 255 or 38.84% from 466); Green value is 66 (26.17% from 255 or 14.16% from 466); Blue value is 219 (85.94% from 255 or 47.00% from 466); Max value from RGB is 219 - color contains mainly: blue. Hex color #B542DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B542DB is #4ABD24. Grayscale: #757575. Windows color (decimal): -4898085 or 14369461. OLE color: 14369461.
HSL color Cylindrical-coordinate representation of color #B542DB: hue angle of 285.1º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B542DB is Cyan = 0.17, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 181 | 66 | 219 | - |
| CMYK | 0.17 | 0.70 | 0 | 0.14 |
| HSL | 285.1º | 0.68% | 0.56% | - |
| HSV(B) | 285.1º | 0.7% | 0.86% | - |
| XYZ | 33.79 | 18.83 | 68.87 | - |
| YUV | 117.83 | 185.1 | 173.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 66 | 219 | 0.17 | 0.70 | 0 | 0.14 | 285.1 | 0.68 | 0.56 |
| Hex | B5 | 42 | DB | 11 | 46 | 0 | E | 11D | 44 | 38 |
| Octal | 265 | 102 | 333 | 21 | 106 | 0 | 16 | 435 | 104 | 70 |
| Binary | 10110101 | 1000010 | 11011011 | 10001 | 1000110 | 0 | 1110 | 100011101 | 1000100 | 111000 |
Color Harmonies of #B542DB
Complementary color
Monochromatic Colors of #B542DB
Black with #B542DB
Text Example
Text Example
White with #B542DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B542DB; }
p { color: rgb(181,66,219); }
H1.HeaderClassName
{
color: #B542DB;
}
.AnyTagClassName
{
color: #B542DB;
}
</style>
background-color css
<style>
a { background-color: #B542DB; }
a { background-color: rgb(181,66,219); }
div.DivClassName
{
background-color: #B542DB;
}
.BgClassName
{
background-color: #B542DB;
}
</style>
border-color css
<style>
span { border-color: #B542DB; }
span { border-color: rgb(181,66,219); }
td.TdClassName
{
border-color: #B542DB;
}
.TagClassName
{
border-color: #B542DB;
}
</style>