Shades of Mulberry #B945A4
Tints of Mulberry #B945A4
RGB
CMYK
RGB Variations
Color information
#B945A4 (or 0xB945A4) is known color: Mulberry. HEX triplet: B9, 45 and A4. RGB value is (185,69,164). Sum of RGB (Red+Green+Blue) = 185+69+164=418 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.26% from 418); Green value is 69 (27.34% from 255 or 16.51% from 418); Blue value is 164 (64.45% from 255 or 39.23% from 418); Max value from RGB is 185 - color contains mainly: red. Hex color #B945A4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B945A4 is #46BA5B. Grayscale: #727272. Windows color (decimal): -4635228 or 10765753. OLE color: 10765753.
HSL color Cylindrical-coordinate representation of color #B945A4: hue angle of 310.86º 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 #B945A4 is Cyan = 0, Magento = 0.63, Yellow = 0.11 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 69 | 164 | - |
| CMYK | 0 | 0.63 | 0.11 | 0.27 |
| HSL | 310.86º | 0.46% | 0.5% | - |
| HSV(B) | 310.86º | 0.63% | 0.73% | - |
| XYZ | 28.84 | 17.25 | 36.93 | - |
| YUV | 114.51 | 155.93 | 178.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 69 | 164 | 0 | 0.63 | 0.11 | 0.27 | 310.86 | 0.46 | 0.5 |
| Hex | B9 | 45 | A4 | 0 | 3F | B | 1B | 137 | 2E | 32 |
| Octal | 271 | 105 | 244 | 0 | 77 | 13 | 33 | 467 | 56 | 62 |
| Binary | 10111001 | 1000101 | 10100100 | 0 | 111111 | 1011 | 11011 | 100110111 | 101110 | 110010 |
Color Harmonies of #B945A4
Complementary color
Monochromatic Colors of #B945A4
Black with #B945A4
Text Example
Text Example
White with #B945A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B945A4; }
p { color: rgb(185,69,164); }
H1.HeaderClassName
{
color: #B945A4;
}
.AnyTagClassName
{
color: #B945A4;
}
</style>
background-color css
<style>
a { background-color: #B945A4; }
a { background-color: rgb(185,69,164); }
div.DivClassName
{
background-color: #B945A4;
}
.BgClassName
{
background-color: #B945A4;
}
</style>
border-color css
<style>
span { border-color: #B945A4; }
span { border-color: rgb(185,69,164); }
td.TdClassName
{
border-color: #B945A4;
}
.TagClassName
{
border-color: #B945A4;
}
</style>