Shades of Medium Orchid #B543D8
Tints of Medium Orchid #B543D8
RGB
CMYK
RGB Variations
Color information
#B543D8 (or 0xB543D8) is known color: Medium Orchid. HEX triplet: B5, 43 and D8. RGB value is (181,67,216). Sum of RGB (Red+Green+Blue) = 181+67+216=464 (61% of max value = 765). Red value is 181 (71.09% from 255 or 39.01% from 464); Green value is 67 (26.56% from 255 or 14.44% from 464); Blue value is 216 (84.77% from 255 or 46.55% from 464); Max value from RGB is 216 - color contains mainly: blue. Hex color #B543D8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B543D8 is #4ABC27. Grayscale: #757575. Windows color (decimal): -4897832 or 14173109. OLE color: 14173109.
HSL color Cylindrical-coordinate representation of color #B543D8: hue angle of 285.91º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B543D8 is Cyan = 0.16, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 181 | 67 | 216 | - |
| CMYK | 0.16 | 0.69 | 0 | 0.15 |
| HSL | 285.91º | 0.66% | 0.55% | - |
| HSV(B) | 285.91º | 0.69% | 0.85% | - |
| XYZ | 33.46 | 18.8 | 66.83 | - |
| YUV | 118.07 | 183.27 | 172.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 67 | 216 | 0.16 | 0.69 | 0 | 0.15 | 285.91 | 0.66 | 0.55 |
| Hex | B5 | 43 | D8 | 10 | 45 | 0 | F | 11E | 42 | 37 |
| Octal | 265 | 103 | 330 | 20 | 105 | 0 | 17 | 436 | 102 | 67 |
| Binary | 10110101 | 1000011 | 11011000 | 10000 | 1000101 | 0 | 1111 | 100011110 | 1000010 | 110111 |
Color Harmonies of #B543D8
Complementary color
Monochromatic Colors of #B543D8
Black with #B543D8
Text Example
Text Example
White with #B543D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B543D8; }
p { color: rgb(181,67,216); }
H1.HeaderClassName
{
color: #B543D8;
}
.AnyTagClassName
{
color: #B543D8;
}
</style>
background-color css
<style>
a { background-color: #B543D8; }
a { background-color: rgb(181,67,216); }
div.DivClassName
{
background-color: #B543D8;
}
.BgClassName
{
background-color: #B543D8;
}
</style>
border-color css
<style>
span { border-color: #B543D8; }
span { border-color: rgb(181,67,216); }
td.TdClassName
{
border-color: #B543D8;
}
.TagClassName
{
border-color: #B543D8;
}
</style>