#B44589

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

Shades of Mulberry #B44589

Tints of Mulberry #B44589

Color information

#B44589 (or 0xB44589) is unknown color: approx Mulberry. HEX triplet: B4, 45 and 89. RGB value is (180,69,137). Sum of RGB (Red+Green+Blue) = 180+69+137=386 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.63% from 386); Green value is 69 (27.34% from 255 or 17.88% from 386); Blue value is 137 (53.91% from 255 or 35.49% from 386); Max value from RGB is 180 - color contains mainly: red. Hex color #B44589 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B44589 is #4BBA76. Grayscale: #6D6D6D. Windows color (decimal): -4962935 or 8996276. OLE color: 8996276.

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

Color convert

RGB18069137-
CMYK00.620.240.29
HSL323.24º44.58%48.82%-
HSV(B)323.24º61.67%70.59%-
XYZ25.4715.7725.37-
YUV109.94143.27177.97-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 46.63%
GREEN value IS 69 (27.34% from 255) = 17.88%
BLUE value IS 137 (53.91% from 255) = 35.49%
R=46.63%
G=17.88%
B=35.49%

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
Decimal1806913700.620.240.29323.2444.5848.82
HexB4458903E181D1432d31
Octal26410521107630355035561
Binary1011010010001011000100101111101100011101101000011101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B44589

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B44589; }

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

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

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

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

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

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

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

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