#B44587

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

Shades of Mulberry #B44587

Tints of Mulberry #B44587

Color information

#B44587 (or 0xB44587) is unknown color: approx Mulberry. HEX triplet: B4, 45 and 87. RGB value is (180,69,135). Sum of RGB (Red+Green+Blue) = 180+69+135=384 (50% of max value = 765). Red value is 180 (70.70% from 255 or 46.88% from 384); Green value is 69 (27.34% from 255 or 17.97% from 384); Blue value is 135 (53.12% from 255 or 35.16% from 384); Max value from RGB is 180 - color contains mainly: red. Hex color #B44587 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B44587 is #4BBA78. Grayscale: #6D6D6D. Windows color (decimal): -4962937 or 8865204. OLE color: 8865204.

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

Color convert

RGB18069135-
CMYK00.620.250.29
HSL324.32º44.58%48.82%-
HSV(B)324.32º61.67%70.59%-
XYZ25.3215.7124.62-
YUV109.71142.27178.13-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 46.88%
GREEN value IS 69 (27.34% from 255) = 17.97%
BLUE value IS 135 (53.12% from 255) = 35.16%
R=46.88%
G=17.97%
B=35.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.25
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1806913500.620.250.29324.3244.5848.82
HexB4458703E191D1442d31
Octal26410520707631355045561
Binary1011010010001011000011101111101100111101101000100101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B44587

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B44587; }

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

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

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

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

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

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

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

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