Shades of Mulberry #B4459A
Tints of Mulberry #B4459A
RGB
CMYK
RGB Variations
Color information
#B4459A (or 0xB4459A) is known color: Mulberry. HEX triplet: B4, 45 and 9A. RGB value is (180,69,154). Sum of RGB (Red+Green+Blue) = 180+69+154=403 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.67% from 403); Green value is 69 (27.34% from 255 or 17.12% from 403); Blue value is 154 (60.55% from 255 or 38.21% from 403); Max value from RGB is 180 - color contains mainly: red. Hex color #B4459A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B4459A is #4BBA65. Grayscale: #6F6F6F. Windows color (decimal): -4962918 or 10110388. OLE color: 10110388.
HSL color Cylindrical-coordinate representation of color #B4459A: hue angle of 314.05º degrees, saturation: 0.45, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B4459A is Cyan = 0, Magento = 0.62, Yellow = 0.14 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 69 | 154 | - |
| CMYK | 0 | 0.62 | 0.14 | 0.29 |
| HSL | 314.05º | 0.45% | 0.49% | - |
| HSV(B) | 314.05º | 0.62% | 0.71% | - |
| XYZ | 26.78 | 16.29 | 32.31 | - |
| YUV | 111.88 | 151.77 | 176.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 69 | 154 | 0 | 0.62 | 0.14 | 0.29 | 314.05 | 0.45 | 0.49 |
| Hex | B4 | 45 | 9A | 0 | 3E | E | 1D | 13A | 2D | 31 |
| Octal | 264 | 105 | 232 | 0 | 76 | 16 | 35 | 472 | 55 | 61 |
| Binary | 10110100 | 1000101 | 10011010 | 0 | 111110 | 1110 | 11101 | 100111010 | 101101 | 110001 |
Color Harmonies of #B4459A
Complementary color
Monochromatic Colors of #B4459A
Black with #B4459A
Text Example
Text Example
White with #B4459A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4459A; }
p { color: rgb(180,69,154); }
H1.HeaderClassName
{
color: #B4459A;
}
.AnyTagClassName
{
color: #B4459A;
}
</style>
background-color css
<style>
a { background-color: #B4459A; }
a { background-color: rgb(180,69,154); }
div.DivClassName
{
background-color: #B4459A;
}
.BgClassName
{
background-color: #B4459A;
}
</style>
border-color css
<style>
span { border-color: #B4459A; }
span { border-color: rgb(180,69,154); }
td.TdClassName
{
border-color: #B4459A;
}
.TagClassName
{
border-color: #B4459A;
}
</style>