#B44D9B

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

Shades of Mulberry #B44D9B

Tints of Mulberry #B44D9B

Color information

#B44D9B (or 0xB44D9B) is unknown color: approx Mulberry. HEX triplet: B4, 4D and 9B. RGB value is (180,77,155). Sum of RGB (Red+Green+Blue) = 180+77+155=412 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.69% from 412); Green value is 77 (30.47% from 255 or 18.69% from 412); Blue value is 155 (60.94% from 255 or 37.62% from 412); Max value from RGB is 180 - color contains mainly: red. Hex color #B44D9B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B44D9B is #4BB264. Grayscale: #747474. Windows color (decimal): -4960869 or 10177972. OLE color: 10177972.

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

Color convert

RGB18077155-
CMYK00.570.140.29
HSL314.56º40.71%50.39%-
HSV(B)314.56º57.22%70.59%-
XYZ27.3917.3832.92-
YUV116.69149.62173.16-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 43.69%
GREEN value IS 77 (30.47% from 255) = 18.69%
BLUE value IS 155 (60.94% from 255) = 37.62%
R=43.69%
G=18.69%
B=37.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.14
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1807715500.570.140.29314.5640.7150.39
HexB44D9B039E1D13b2932
Octal26411523307116354735162
Binary101101001001101100110110111001111011101100111011101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B44D9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B44D9B; }

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

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

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

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

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

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

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

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