Shades of Medium Orchid #B543DF
Tints of Medium Orchid #B543DF
RGB
CMYK
RGB Variations
Color information
#B543DF (or 0xB543DF) is known color: Medium Orchid. HEX triplet: B5, 43 and DF. RGB value is (181,67,223). Sum of RGB (Red+Green+Blue) = 181+67+223=471 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.43% from 471); Green value is 67 (26.56% from 255 or 14.23% from 471); Blue value is 223 (87.5% from 255 or 47.35% from 471); Max value from RGB is 223 - color contains mainly: blue. Hex color #B543DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B543DF is #4ABC20. Grayscale: #767676. Windows color (decimal): -4897825 or 14631861. OLE color: 14631861.
HSL color Cylindrical-coordinate representation of color #B543DF: hue angle of 283.85º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B543DF is Cyan = 0.19, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 181 | 67 | 223 | - |
| CMYK | 0.19 | 0.70 | 0 | 0.13 |
| HSL | 283.85º | 0.71% | 0.57% | - |
| HSV(B) | 283.85º | 0.7% | 0.87% | - |
| XYZ | 34.38 | 19.17 | 71.7 | - |
| YUV | 118.87 | 186.77 | 172.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 67 | 223 | 0.19 | 0.70 | 0 | 0.13 | 283.85 | 0.71 | 0.57 |
| Hex | B5 | 43 | DF | 13 | 46 | 0 | D | 11C | 47 | 39 |
| Octal | 265 | 103 | 337 | 23 | 106 | 0 | 15 | 434 | 107 | 71 |
| Binary | 10110101 | 1000011 | 11011111 | 10011 | 1000110 | 0 | 1101 | 100011100 | 1000111 | 111001 |
Color Harmonies of #B543DF
Complementary color
Monochromatic Colors of #B543DF
Black with #B543DF
Text Example
Text Example
White with #B543DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B543DF; }
p { color: rgb(181,67,223); }
H1.HeaderClassName
{
color: #B543DF;
}
.AnyTagClassName
{
color: #B543DF;
}
</style>
background-color css
<style>
a { background-color: #B543DF; }
a { background-color: rgb(181,67,223); }
div.DivClassName
{
background-color: #B543DF;
}
.BgClassName
{
background-color: #B543DF;
}
</style>
border-color css
<style>
span { border-color: #B543DF; }
span { border-color: rgb(181,67,223); }
td.TdClassName
{
border-color: #B543DF;
}
.TagClassName
{
border-color: #B543DF;
}
</style>