#B44D95

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

Shades of Mulberry #B44D95

Tints of Mulberry #B44D95

Color information

#B44D95 (or 0xB44D95) is unknown color: approx Mulberry. HEX triplet: B4, 4D and 95. RGB value is (180,77,149). Sum of RGB (Red+Green+Blue) = 180+77+149=406 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.33% from 406); Green value is 77 (30.47% from 255 or 18.97% from 406); Blue value is 149 (58.59% from 255 or 36.70% from 406); Max value from RGB is 180 - color contains mainly: red. Hex color #B44D95 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B44D95 is #4BB26A. Grayscale: #737373. Windows color (decimal): -4960875 or 9784756. OLE color: 9784756.

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

Color convert

RGB18077149-
CMYK00.570.170.29
HSL318.06º40.71%50.39%-
HSV(B)318.06º57.22%70.59%-
XYZ26.917.1830.33-
YUV116.01146.62173.65-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 44.33%
GREEN value IS 77 (30.47% from 255) = 18.97%
BLUE value IS 149 (58.59% from 255) = 36.70%
R=44.33%
G=18.97%
B=36.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.17
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1807714900.570.170.29318.0640.7150.39
HexB44D95039111D13e2932
Octal26411522507121354765162
Binary1011010010011011001010101110011000111101100111110101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B44D95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B44D95; }

 p { color: rgb(180,77,149); }

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

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

 a { background-color: rgb(180,77,149); }

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

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

 span { border-color: rgb(180,77,149); }

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