#B44B98

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

Shades of Mulberry #B44B98

Tints of Mulberry #B44B98

Color information

#B44B98 (or 0xB44B98) is unknown color: approx Mulberry. HEX triplet: B4, 4B and 98. RGB value is (180,75,152). Sum of RGB (Red+Green+Blue) = 180+75+152=407 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.23% from 407); Green value is 75 (29.69% from 255 or 18.43% from 407); Blue value is 152 (59.77% from 255 or 37.35% from 407); Max value from RGB is 180 - color contains mainly: red. Hex color #B44B98 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B44B98 is #4BB467. Grayscale: #727272. Windows color (decimal): -4961384 or 9980852. OLE color: 9980852.

HSL color Cylindrical-coordinate representation of color #B44B98: hue angle of 316º degrees, saturation: 0.41, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B44B98 is Cyan = 0, Magento = 0.58, Yellow = 0.16 and Black (K on CMYK) = 0.29.

Color convert

RGB18075152-
CMYK00.580.160.29
HSL316º41.18%50%-
HSV(B)316º58.33%70.59%-
XYZ27.011731.56-
YUV115.17148.79174.24-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 44.23%
GREEN value IS 75 (29.69% from 255) = 18.43%
BLUE value IS 152 (59.77% from 255) = 37.35%
R=44.23%
G=18.43%
B=37.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.16
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1807515200.580.160.2931641.1850
HexB44B9803A101D13c2932
Octal26411323007220354745162
Binary1011010010010111001100001110101000011101100111100101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B44B98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B44B98; }

 p { color: rgb(180,75,152); }

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

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

 a { background-color: rgb(180,75,152); }

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

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

 span { border-color: rgb(180,75,152); }

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