Shades of Medium Orchid #B543DD
Tints of Medium Orchid #B543DD
RGB
CMYK
RGB Variations
Color information
#B543DD (or 0xB543DD) is known color: Medium Orchid. HEX triplet: B5, 43 and DD. RGB value is (181,67,221). Sum of RGB (Red+Green+Blue) = 181+67+221=469 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.59% from 469); Green value is 67 (26.56% from 255 or 14.29% from 469); Blue value is 221 (86.72% from 255 or 47.12% from 469); Max value from RGB is 221 - color contains mainly: blue. Hex color #B543DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B543DD is #4ABC22. Grayscale: #767676. Windows color (decimal): -4897827 or 14500789. OLE color: 14500789.
HSL color Cylindrical-coordinate representation of color #B543DD: hue angle of 284.42º degrees, saturation: 0.69, 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 #B543DD is Cyan = 0.18, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 181 | 67 | 221 | - |
| CMYK | 0.18 | 0.70 | 0 | 0.13 |
| HSL | 284.42º | 0.69% | 0.56% | - |
| HSV(B) | 284.42º | 0.7% | 0.87% | - |
| XYZ | 34.11 | 19.06 | 70.29 | - |
| YUV | 118.64 | 185.77 | 172.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 67 | 221 | 0.18 | 0.70 | 0 | 0.13 | 284.42 | 0.69 | 0.56 |
| Hex | B5 | 43 | DD | 12 | 46 | 0 | D | 11C | 45 | 38 |
| Octal | 265 | 103 | 335 | 22 | 106 | 0 | 15 | 434 | 105 | 70 |
| Binary | 10110101 | 1000011 | 11011101 | 10010 | 1000110 | 0 | 1101 | 100011100 | 1000101 | 111000 |
Color Harmonies of #B543DD
Complementary color
Monochromatic Colors of #B543DD
Black with #B543DD
Text Example
Text Example
White with #B543DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B543DD; }
p { color: rgb(181,67,221); }
H1.HeaderClassName
{
color: #B543DD;
}
.AnyTagClassName
{
color: #B543DD;
}
</style>
background-color css
<style>
a { background-color: #B543DD; }
a { background-color: rgb(181,67,221); }
div.DivClassName
{
background-color: #B543DD;
}
.BgClassName
{
background-color: #B543DD;
}
</style>
border-color css
<style>
span { border-color: #B543DD; }
span { border-color: rgb(181,67,221); }
td.TdClassName
{
border-color: #B543DD;
}
.TagClassName
{
border-color: #B543DD;
}
</style>