#B44B83

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

Shades of Mulberry #B44B83

Tints of Mulberry #B44B83

Color information

#B44B83 (or 0xB44B83) is unknown color: approx Mulberry. HEX triplet: B4, 4B and 83. RGB value is (180,75,131). Sum of RGB (Red+Green+Blue) = 180+75+131=386 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.63% from 386); Green value is 75 (29.69% from 255 or 19.43% from 386); Blue value is 131 (51.56% from 255 or 33.94% from 386); Max value from RGB is 180 - color contains mainly: red. Hex color #B44B83 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B44B83 is #4BB47C. Grayscale: #707070. Windows color (decimal): -4961405 or 8604596. OLE color: 8604596.

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

Color convert

RGB18075131-
CMYK00.580.270.29
HSL328º41.18%50%-
HSV(B)328º58.33%70.59%-
XYZ25.4416.3723.29-
YUV112.78138.29175.95-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 46.63%
GREEN value IS 75 (29.69% from 255) = 19.43%
BLUE value IS 131 (51.56% from 255) = 33.94%
R=46.63%
G=19.43%
B=33.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.27
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1807513100.580.270.2932841.1850
HexB44B8303A1B1D1482932
Octal26411320307233355105162
Binary1011010010010111000001101110101101111101101001000101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B44B83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B44B83; }

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

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

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

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

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

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

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

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