Shades of Mulberry #B945A0
Tints of Mulberry #B945A0
RGB
CMYK
RGB Variations
Color information
#B945A0 (or 0xB945A0) is known color: Mulberry. HEX triplet: B9, 45 and A0. RGB value is (185,69,160). Sum of RGB (Red+Green+Blue) = 185+69+160=414 (54% of max value = 765). Red value is 185 (72.66% from 255 or 44.69% from 414); Green value is 69 (27.34% from 255 or 16.67% from 414); Blue value is 160 (62.89% from 255 or 38.65% from 414); Max value from RGB is 185 - color contains mainly: red. Hex color #B945A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B945A0 is #46BA5F. Grayscale: #717171. Windows color (decimal): -4635232 or 10503609. OLE color: 10503609.
HSL color Cylindrical-coordinate representation of color #B945A0: hue angle of 312.93º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B945A0 is Cyan = 0, Magento = 0.63, Yellow = 0.14 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 69 | 160 | - |
| CMYK | 0 | 0.63 | 0.14 | 0.27 |
| HSL | 312.93º | 0.46% | 0.5% | - |
| HSV(B) | 312.93º | 0.63% | 0.73% | - |
| XYZ | 28.48 | 17.11 | 35.06 | - |
| YUV | 114.06 | 153.93 | 178.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 69 | 160 | 0 | 0.63 | 0.14 | 0.27 | 312.93 | 0.46 | 0.5 |
| Hex | B9 | 45 | A0 | 0 | 3F | E | 1B | 139 | 2E | 32 |
| Octal | 271 | 105 | 240 | 0 | 77 | 16 | 33 | 471 | 56 | 62 |
| Binary | 10111001 | 1000101 | 10100000 | 0 | 111111 | 1110 | 11011 | 100111001 | 101110 | 110010 |
Color Harmonies of #B945A0
Complementary color
Monochromatic Colors of #B945A0
Black with #B945A0
Text Example
Text Example
White with #B945A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B945A0; }
p { color: rgb(185,69,160); }
H1.HeaderClassName
{
color: #B945A0;
}
.AnyTagClassName
{
color: #B945A0;
}
</style>
background-color css
<style>
a { background-color: #B945A0; }
a { background-color: rgb(185,69,160); }
div.DivClassName
{
background-color: #B945A0;
}
.BgClassName
{
background-color: #B945A0;
}
</style>
border-color css
<style>
span { border-color: #B945A0; }
span { border-color: rgb(185,69,160); }
td.TdClassName
{
border-color: #B945A0;
}
.TagClassName
{
border-color: #B945A0;
}
</style>