Shades of Medium Orchid #B547C8
Tints of Medium Orchid #B547C8
RGB
CMYK
RGB Variations
Color information
#B547C8 (or 0xB547C8) is known color: Medium Orchid. HEX triplet: B5, 47 and C8. RGB value is (181,71,200). Sum of RGB (Red+Green+Blue) = 181+71+200=452 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.04% from 452); Green value is 71 (28.12% from 255 or 15.71% from 452); Blue value is 200 (78.52% from 255 or 44.25% from 452); Max value from RGB is 200 - color contains mainly: blue. Hex color #B547C8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B547C8 is #4AB837. Grayscale: #767676. Windows color (decimal): -4896824 or 13125557. OLE color: 13125557.
HSL color Cylindrical-coordinate representation of color #B547C8: hue angle of 291.16º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B547C8 is Cyan = 0.09, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 181 | 71 | 200 | - |
| CMYK | 0.09 | 0.64 | 0 | 0.22 |
| HSL | 291.16º | 0.54% | 0.53% | - |
| HSV(B) | 291.16º | 0.65% | 0.78% | - |
| XYZ | 31.73 | 18.5 | 56.54 | - |
| YUV | 118.6 | 173.94 | 172.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 71 | 200 | 0.09 | 0.64 | 0 | 0.22 | 291.16 | 0.54 | 0.53 |
| Hex | B5 | 47 | C8 | 9 | 40 | 0 | 16 | 123 | 36 | 35 |
| Octal | 265 | 107 | 310 | 11 | 100 | 0 | 26 | 443 | 66 | 65 |
| Binary | 10110101 | 1000111 | 11001000 | 1001 | 1000000 | 0 | 10110 | 100100011 | 110110 | 110101 |
Color Harmonies of #B547C8
Complementary color
Monochromatic Colors of #B547C8
Black with #B547C8
Text Example
Text Example
White with #B547C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B547C8; }
p { color: rgb(181,71,200); }
H1.HeaderClassName
{
color: #B547C8;
}
.AnyTagClassName
{
color: #B547C8;
}
</style>
background-color css
<style>
a { background-color: #B547C8; }
a { background-color: rgb(181,71,200); }
div.DivClassName
{
background-color: #B547C8;
}
.BgClassName
{
background-color: #B547C8;
}
</style>
border-color css
<style>
span { border-color: #B547C8; }
span { border-color: rgb(181,71,200); }
td.TdClassName
{
border-color: #B547C8;
}
.TagClassName
{
border-color: #B547C8;
}
</style>