Shades of Mulberry #B948A0
Tints of Mulberry #B948A0
RGB
CMYK
RGB Variations
Color information
#B948A0 (or 0xB948A0) is known color: Mulberry. HEX triplet: B9, 48 and A0. RGB value is (185,72,160). Sum of RGB (Red+Green+Blue) = 185+72+160=417 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.36% from 417); Green value is 72 (28.52% from 255 or 17.27% from 417); Blue value is 160 (62.89% from 255 or 38.37% from 417); Max value from RGB is 185 - color contains mainly: red. Hex color #B948A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B948A0 is #46B75F. Grayscale: #737373. Windows color (decimal): -4634464 or 10504377. OLE color: 10504377.
HSL color Cylindrical-coordinate representation of color #B948A0: hue angle of 313.27º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B948A0 is Cyan = 0, Magento = 0.61, Yellow = 0.14 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 72 | 160 | - |
| CMYK | 0 | 0.61 | 0.14 | 0.27 |
| HSL | 313.27º | 0.45% | 0.5% | - |
| HSV(B) | 313.27º | 0.61% | 0.73% | - |
| XYZ | 28.67 | 17.49 | 35.12 | - |
| YUV | 115.82 | 152.94 | 177.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 72 | 160 | 0 | 0.61 | 0.14 | 0.27 | 313.27 | 0.45 | 0.5 |
| Hex | B9 | 48 | A0 | 0 | 3D | E | 1B | 139 | 2D | 32 |
| Octal | 271 | 110 | 240 | 0 | 75 | 16 | 33 | 471 | 55 | 62 |
| Binary | 10111001 | 1001000 | 10100000 | 0 | 111101 | 1110 | 11011 | 100111001 | 101101 | 110010 |
Color Harmonies of #B948A0
Complementary color
Monochromatic Colors of #B948A0
Black with #B948A0
Text Example
Text Example
White with #B948A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B948A0; }
p { color: rgb(185,72,160); }
H1.HeaderClassName
{
color: #B948A0;
}
.AnyTagClassName
{
color: #B948A0;
}
</style>
background-color css
<style>
a { background-color: #B948A0; }
a { background-color: rgb(185,72,160); }
div.DivClassName
{
background-color: #B948A0;
}
.BgClassName
{
background-color: #B948A0;
}
</style>
border-color css
<style>
span { border-color: #B948A0; }
span { border-color: rgb(185,72,160); }
td.TdClassName
{
border-color: #B948A0;
}
.TagClassName
{
border-color: #B948A0;
}
</style>