Shades of Medium Orchid #B543DC
Tints of Medium Orchid #B543DC
RGB
CMYK
RGB Variations
Color information
#B543DC (or 0xB543DC) is known color: Medium Orchid. HEX triplet: B5, 43 and DC. RGB value is (181,67,220). Sum of RGB (Red+Green+Blue) = 181+67+220=468 (61% of max value = 765). Red value is 181 (71.09% from 255 or 38.68% from 468); Green value is 67 (26.56% from 255 or 14.32% from 468); Blue value is 220 (86.33% from 255 or 47.01% from 468); Max value from RGB is 220 - color contains mainly: blue. Hex color #B543DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B543DC is #4ABC23. Grayscale: #767676. Windows color (decimal): -4897828 or 14435253. OLE color: 14435253.
HSL color Cylindrical-coordinate representation of color #B543DC: hue angle of 284.71º degrees, saturation: 0.69, 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 #B543DC is Cyan = 0.18, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 181 | 67 | 220 | - |
| CMYK | 0.18 | 0.70 | 0 | 0.14 |
| HSL | 284.71º | 0.69% | 0.56% | - |
| HSV(B) | 284.71º | 0.7% | 0.86% | - |
| XYZ | 33.98 | 19.01 | 69.59 | - |
| YUV | 118.53 | 185.27 | 172.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 67 | 220 | 0.18 | 0.70 | 0 | 0.14 | 284.71 | 0.69 | 0.56 |
| Hex | B5 | 43 | DC | 12 | 46 | 0 | E | 11D | 45 | 38 |
| Octal | 265 | 103 | 334 | 22 | 106 | 0 | 16 | 435 | 105 | 70 |
| Binary | 10110101 | 1000011 | 11011100 | 10010 | 1000110 | 0 | 1110 | 100011101 | 1000101 | 111000 |
Color Harmonies of #B543DC
Complementary color
Monochromatic Colors of #B543DC
Black with #B543DC
Text Example
Text Example
White with #B543DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B543DC; }
p { color: rgb(181,67,220); }
H1.HeaderClassName
{
color: #B543DC;
}
.AnyTagClassName
{
color: #B543DC;
}
</style>
background-color css
<style>
a { background-color: #B543DC; }
a { background-color: rgb(181,67,220); }
div.DivClassName
{
background-color: #B543DC;
}
.BgClassName
{
background-color: #B543DC;
}
</style>
border-color css
<style>
span { border-color: #B543DC; }
span { border-color: rgb(181,67,220); }
td.TdClassName
{
border-color: #B543DC;
}
.TagClassName
{
border-color: #B543DC;
}
</style>