Shades of Mulberry #B754A0
Tints of Mulberry #B754A0
RGB
CMYK
RGB Variations
Color information
#B754A0 (or 0xB754A0) is known color: Mulberry. HEX triplet: B7, 54 and A0. RGB value is (183,84,160). Sum of RGB (Red+Green+Blue) = 183+84+160=427 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.86% from 427); Green value is 84 (33.20% from 255 or 19.67% from 427); Blue value is 160 (62.89% from 255 or 37.47% from 427); Max value from RGB is 183 - color contains mainly: red. Hex color #B754A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B754A0 is #48AB5F. Grayscale: #7A7A7A. Windows color (decimal): -4762464 or 10507447. OLE color: 10507447.
HSL color Cylindrical-coordinate representation of color #B754A0: hue angle of 313.94º degrees, saturation: 0.41, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B754A0 is Cyan = 0, Magento = 0.54, Yellow = 0.13 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 84 | 160 | - |
| CMYK | 0 | 0.54 | 0.13 | 0.28 |
| HSL | 313.94º | 0.41% | 0.52% | - |
| HSV(B) | 313.94º | 0.54% | 0.72% | - |
| XYZ | 29.04 | 18.95 | 35.38 | - |
| YUV | 122.27 | 149.3 | 171.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 84 | 160 | 0 | 0.54 | 0.13 | 0.28 | 313.94 | 0.41 | 0.52 |
| Hex | B7 | 54 | A0 | 0 | 36 | D | 1C | 13A | 29 | 34 |
| Octal | 267 | 124 | 240 | 0 | 66 | 15 | 34 | 472 | 51 | 64 |
| Binary | 10110111 | 1010100 | 10100000 | 0 | 110110 | 1101 | 11100 | 100111010 | 101001 | 110100 |
Color Harmonies of #B754A0
Complementary color
Monochromatic Colors of #B754A0
Black with #B754A0
Text Example
Text Example
White with #B754A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B754A0; }
p { color: rgb(183,84,160); }
H1.HeaderClassName
{
color: #B754A0;
}
.AnyTagClassName
{
color: #B754A0;
}
</style>
background-color css
<style>
a { background-color: #B754A0; }
a { background-color: rgb(183,84,160); }
div.DivClassName
{
background-color: #B754A0;
}
.BgClassName
{
background-color: #B754A0;
}
</style>
border-color css
<style>
span { border-color: #B754A0; }
span { border-color: rgb(183,84,160); }
td.TdClassName
{
border-color: #B754A0;
}
.TagClassName
{
border-color: #B754A0;
}
</style>