Shades of Medium Orchid #B543DB
Tints of Medium Orchid #B543DB
RGB
CMYK
RGB Variations
Color information
#B543DB (or 0xB543DB) is known color: Medium Orchid. HEX triplet: B5, 43 and DB. RGB value is (181,67,219). Sum of RGB (Red+Green+Blue) = 181+67+219=467 (61% of max value = 765). Red value is 181 (71.09% from 255 or 38.76% from 467); Green value is 67 (26.56% from 255 or 14.35% from 467); Blue value is 219 (85.94% from 255 or 46.90% from 467); Max value from RGB is 219 - color contains mainly: blue. Hex color #B543DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B543DB is #4ABC24. Grayscale: #757575. Windows color (decimal): -4897829 or 14369717. OLE color: 14369717.
HSL color Cylindrical-coordinate representation of color #B543DB: hue angle of 285º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B543DB is Cyan = 0.17, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 181 | 67 | 219 | - |
| CMYK | 0.17 | 0.69 | 0 | 0.14 |
| HSL | 285º | 0.68% | 0.56% | - |
| HSV(B) | 285º | 0.69% | 0.86% | - |
| XYZ | 33.85 | 18.95 | 68.89 | - |
| YUV | 118.41 | 184.77 | 172.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 67 | 219 | 0.17 | 0.69 | 0 | 0.14 | 285 | 0.68 | 0.56 |
| Hex | B5 | 43 | DB | 11 | 45 | 0 | E | 11D | 44 | 38 |
| Octal | 265 | 103 | 333 | 21 | 105 | 0 | 16 | 435 | 104 | 70 |
| Binary | 10110101 | 1000011 | 11011011 | 10001 | 1000101 | 0 | 1110 | 100011101 | 1000100 | 111000 |
Color Harmonies of #B543DB
Complementary color
Monochromatic Colors of #B543DB
Black with #B543DB
Text Example
Text Example
White with #B543DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B543DB; }
p { color: rgb(181,67,219); }
H1.HeaderClassName
{
color: #B543DB;
}
.AnyTagClassName
{
color: #B543DB;
}
</style>
background-color css
<style>
a { background-color: #B543DB; }
a { background-color: rgb(181,67,219); }
div.DivClassName
{
background-color: #B543DB;
}
.BgClassName
{
background-color: #B543DB;
}
</style>
border-color css
<style>
span { border-color: #B543DB; }
span { border-color: rgb(181,67,219); }
td.TdClassName
{
border-color: #B543DB;
}
.TagClassName
{
border-color: #B543DB;
}
</style>