Shades of Mulberry #B4508F
Tints of Mulberry #B4508F
RGB
CMYK
RGB Variations
Color information
#B4508F (or 0xB4508F) is known color: Mulberry. HEX triplet: B4, 50 and 8F. RGB value is (180,80,143). Sum of RGB (Red+Green+Blue) = 180+80+143=403 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.67% from 403); Green value is 80 (31.64% from 255 or 19.85% from 403); Blue value is 143 (56.25% from 255 or 35.48% from 403); Max value from RGB is 180 - color contains mainly: red. Hex color #B4508F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B4508F is #4BAF70. Grayscale: #747474. Windows color (decimal): -4960113 or 9392308. OLE color: 9392308.
HSL color Cylindrical-coordinate representation of color #B4508F: hue angle of 322.2º 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 #B4508F is Cyan = 0, Magento = 0.56, Yellow = 0.21 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 80 | 143 | - |
| CMYK | 0 | 0.56 | 0.21 | 0.29 |
| HSL | 322.2º | 0.4% | 0.51% | - |
| HSV(B) | 322.2º | 0.56% | 0.71% | - |
| XYZ | 26.65 | 17.42 | 27.95 | - |
| YUV | 117.08 | 142.63 | 172.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 80 | 143 | 0 | 0.56 | 0.21 | 0.29 | 322.2 | 0.4 | 0.51 |
| Hex | B4 | 50 | 8F | 0 | 38 | 15 | 1D | 142 | 28 | 33 |
| Octal | 264 | 120 | 217 | 0 | 70 | 25 | 35 | 502 | 50 | 63 |
| Binary | 10110100 | 1010000 | 10001111 | 0 | 111000 | 10101 | 11101 | 101000010 | 101000 | 110011 |
Color Harmonies of #B4508F
Complementary color
Monochromatic Colors of #B4508F
Black with #B4508F
Text Example
Text Example
White with #B4508F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4508F; }
p { color: rgb(180,80,143); }
H1.HeaderClassName
{
color: #B4508F;
}
.AnyTagClassName
{
color: #B4508F;
}
</style>
background-color css
<style>
a { background-color: #B4508F; }
a { background-color: rgb(180,80,143); }
div.DivClassName
{
background-color: #B4508F;
}
.BgClassName
{
background-color: #B4508F;
}
</style>
border-color css
<style>
span { border-color: #B4508F; }
span { border-color: rgb(180,80,143); }
td.TdClassName
{
border-color: #B4508F;
}
.TagClassName
{
border-color: #B4508F;
}
</style>