Shades of Mulberry #B954A1
Tints of Mulberry #B954A1
RGB
CMYK
RGB Variations
Color information
#B954A1 (or 0xB954A1) is known color: Mulberry. HEX triplet: B9, 54 and A1. RGB value is (185,84,161). Sum of RGB (Red+Green+Blue) = 185+84+161=430 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.02% from 430); Green value is 84 (33.20% from 255 or 19.53% from 430); Blue value is 161 (63.28% from 255 or 37.44% from 430); Max value from RGB is 185 - color contains mainly: red. Hex color #B954A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B954A1 is #46AB5E. Grayscale: #7A7A7A. Windows color (decimal): -4631391 or 10572985. OLE color: 10572985.
HSL color Cylindrical-coordinate representation of color #B954A1: hue angle of 314.26º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B954A1 is Cyan = 0, Magento = 0.55, Yellow = 0.13 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 84 | 161 | - |
| CMYK | 0 | 0.55 | 0.13 | 0.27 |
| HSL | 314.26º | 0.42% | 0.53% | - |
| HSV(B) | 314.26º | 0.55% | 0.73% | - |
| XYZ | 29.61 | 19.23 | 35.87 | - |
| YUV | 122.98 | 149.46 | 172.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 84 | 161 | 0 | 0.55 | 0.13 | 0.27 | 314.26 | 0.42 | 0.53 |
| Hex | B9 | 54 | A1 | 0 | 37 | D | 1B | 13A | 2A | 35 |
| Octal | 271 | 124 | 241 | 0 | 67 | 15 | 33 | 472 | 52 | 65 |
| Binary | 10111001 | 1010100 | 10100001 | 0 | 110111 | 1101 | 11011 | 100111010 | 101010 | 110101 |
Color Harmonies of #B954A1
Complementary color
Monochromatic Colors of #B954A1
Black with #B954A1
Text Example
Text Example
White with #B954A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B954A1; }
p { color: rgb(185,84,161); }
H1.HeaderClassName
{
color: #B954A1;
}
.AnyTagClassName
{
color: #B954A1;
}
</style>
background-color css
<style>
a { background-color: #B954A1; }
a { background-color: rgb(185,84,161); }
div.DivClassName
{
background-color: #B954A1;
}
.BgClassName
{
background-color: #B954A1;
}
</style>
border-color css
<style>
span { border-color: #B954A1; }
span { border-color: rgb(185,84,161); }
td.TdClassName
{
border-color: #B954A1;
}
.TagClassName
{
border-color: #B954A1;
}
</style>