#B44897

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

Shades of Mulberry #B44897

Tints of Mulberry #B44897

Color information

#B44897 (or 0xB44897) is unknown color: approx Mulberry. HEX triplet: B4, 48 and 97. RGB value is (180,72,151). Sum of RGB (Red+Green+Blue) = 180+72+151=403 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.67% from 403); Green value is 72 (28.52% from 255 or 17.87% from 403); Blue value is 151 (59.38% from 255 or 37.47% from 403); Max value from RGB is 180 - color contains mainly: red. Hex color #B44897 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B44897 is #4BB768. Grayscale: #717171. Windows color (decimal): -4962153 or 9914548. OLE color: 9914548.

HSL color Cylindrical-coordinate representation of color #B44897: hue angle of 316.11º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B44897 is Cyan = 0, Magento = 0.60, Yellow = 0.16 and Black (K on CMYK) = 0.29.

Color convert

RGB18072151-
CMYK00.600.160.29
HSL316.11º42.86%49.41%-
HSV(B)316.11º60%70.59%-
XYZ26.7316.5731.07-
YUV113.3149.28175.58-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 44.67%
GREEN value IS 72 (28.52% from 255) = 17.87%
BLUE value IS 151 (59.38% from 255) = 37.47%
R=44.67%
G=17.87%
B=37.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.16
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1807215100.600.160.29316.1142.8649.41
HexB4489703C101D13c2b31
Octal26411022707420354745361
Binary1011010010010001001011101111001000011101100111100101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B44897

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B44897; }

 p { color: rgb(180,72,151); }

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

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

 a { background-color: rgb(180,72,151); }

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

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

 span { border-color: rgb(180,72,151); }

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