#B44588

Color #B44588 Mulberry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mulberry #B44588

Tints of Mulberry #B44588

Color information

#B44588 (or 0xB44588) is unknown color: approx Mulberry. HEX triplet: B4, 45 and 88. RGB value is (180,69,136). Sum of RGB (Red+Green+Blue) = 180+69+136=385 (50% of max value = 765). Red value is 180 (70.70% from 255 or 46.75% from 385); Green value is 69 (27.34% from 255 or 17.92% from 385); Blue value is 136 (53.52% from 255 or 35.32% from 385); Max value from RGB is 180 - color contains mainly: red. Hex color #B44588 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B44588 is #4BBA77. Grayscale: #6D6D6D. Windows color (decimal): -4962936 or 8930740. OLE color: 8930740.

HSL color Cylindrical-coordinate representation of color #B44588: hue angle of 323.78º 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 #B44588 is Cyan = 0, Magento = 0.62, Yellow = 0.24 and Black (K on CMYK) = 0.29.

Color convert

RGB18069136-
CMYK00.620.240.29
HSL323.78º44.58%48.82%-
HSV(B)323.78º61.67%70.59%-
XYZ25.3915.7424.99-
YUV109.83142.77178.05-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 180 (70.70% from 255) = 46.75%
GREEN value IS 69 (27.34% from 255) = 17.92%
BLUE value IS 136 (53.52% from 255) = 35.32%
R=46.75%
G=17.92%
B=35.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.24
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1806913600.620.240.29323.7844.5848.82
HexB4458803E181D1442d31
Octal26410521007630355045561
Binary1011010010001011000100001111101100011101101000100101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B44588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B44588; }

 p { color: rgb(180,69,136); }

 H1.HeaderClassName
 {
   color: #B44588;
 }
 .AnyTagClassName
 {
   color: #B44588;
 }
</style>
background-color css

<style>
 a { background-color: #B44588; }

 a { background-color: rgb(180,69,136); }

 div.DivClassName
 {
   background-color: #B44588;
 }
 .BgClassName
 {
   background-color: #B44588;
 }
</style>
border-color css

<style>
 span { border-color: #B44588; }

 span { border-color: rgb(180,69,136); }

 td.TdClassName
 {
   border-color: #B44588;
 }
 .TagClassName
 {
   border-color: #B44588;
 }
</style>