#B44B9C

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

Shades of Mulberry #B44B9C

Tints of Mulberry #B44B9C

Color information

#B44B9C (or 0xB44B9C) is unknown color: approx Mulberry. HEX triplet: B4, 4B and 9C. RGB value is (180,75,156). Sum of RGB (Red+Green+Blue) = 180+75+156=411 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.80% from 411); Green value is 75 (29.69% from 255 or 18.25% from 411); Blue value is 156 (61.33% from 255 or 37.96% from 411); Max value from RGB is 180 - color contains mainly: red. Hex color #B44B9C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B44B9C is #4BB463. Grayscale: #737373. Windows color (decimal): -4961380 or 10242996. OLE color: 10242996.

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

Color convert

RGB18075156-
CMYK00.580.130.29
HSL313.71º41.18%50%-
HSV(B)313.71º58.33%70.59%-
XYZ27.3417.1433.32-
YUV115.63150.79173.91-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 43.80%
GREEN value IS 75 (29.69% from 255) = 18.25%
BLUE value IS 156 (61.33% from 255) = 37.96%
R=43.80%
G=18.25%
B=37.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.13
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1807515600.580.130.29313.7141.1850
HexB44B9C03AD1D13a2932
Octal26411323407215354725162
Binary101101001001011100111000111010110111101100111010101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B44B9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B44B9C; }

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

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

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

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

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

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

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

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