Shades of Mulberry #B4509C
Tints of Mulberry #B4509C
RGB
CMYK
RGB Variations
Color information
#B4509C (or 0xB4509C) is known color: Mulberry. HEX triplet: B4, 50 and 9C. RGB value is (180,80,156). Sum of RGB (Red+Green+Blue) = 180+80+156=416 (55% of max value = 765). Red value is 180 (70.70% from 255 or 43.27% from 416); Green value is 80 (31.64% from 255 or 19.23% from 416); Blue value is 156 (61.33% from 255 or 37.5% from 416); Max value from RGB is 180 - color contains mainly: red. Hex color #B4509C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B4509C is #4BAF63. Grayscale: #767676. Windows color (decimal): -4960100 or 10244276. OLE color: 10244276.
HSL color Cylindrical-coordinate representation of color #B4509C: hue angle of 314.4º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B4509C is Cyan = 0, Magento = 0.56, Yellow = 0.13 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 80 | 156 | - |
| CMYK | 0 | 0.56 | 0.13 | 0.29 |
| HSL | 314.4º | 0.4% | 0.51% | - |
| HSV(B) | 314.4º | 0.56% | 0.71% | - |
| XYZ | 27.69 | 17.84 | 33.44 | - |
| YUV | 118.56 | 149.13 | 171.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 80 | 156 | 0 | 0.56 | 0.13 | 0.29 | 314.4 | 0.4 | 0.51 |
| Hex | B4 | 50 | 9C | 0 | 38 | D | 1D | 13A | 28 | 33 |
| Octal | 264 | 120 | 234 | 0 | 70 | 15 | 35 | 472 | 50 | 63 |
| Binary | 10110100 | 1010000 | 10011100 | 0 | 111000 | 1101 | 11101 | 100111010 | 101000 | 110011 |
Color Harmonies of #B4509C
Complementary color
Monochromatic Colors of #B4509C
Black with #B4509C
Text Example
Text Example
White with #B4509C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4509C; }
p { color: rgb(180,80,156); }
H1.HeaderClassName
{
color: #B4509C;
}
.AnyTagClassName
{
color: #B4509C;
}
</style>
background-color css
<style>
a { background-color: #B4509C; }
a { background-color: rgb(180,80,156); }
div.DivClassName
{
background-color: #B4509C;
}
.BgClassName
{
background-color: #B4509C;
}
</style>
border-color css
<style>
span { border-color: #B4509C; }
span { border-color: rgb(180,80,156); }
td.TdClassName
{
border-color: #B4509C;
}
.TagClassName
{
border-color: #B4509C;
}
</style>