#B44B9B

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

Shades of Mulberry #B44B9B

Tints of Mulberry #B44B9B

Color information

#B44B9B (or 0xB44B9B) is unknown color: approx Mulberry. HEX triplet: B4, 4B and 9B. RGB value is (180,75,155). Sum of RGB (Red+Green+Blue) = 180+75+155=410 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.90% from 410); Green value is 75 (29.69% from 255 or 18.29% from 410); Blue value is 155 (60.94% from 255 or 37.80% from 410); Max value from RGB is 180 - color contains mainly: red. Hex color #B44B9B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B44B9B is #4BB464. Grayscale: #737373. Windows color (decimal): -4961381 or 10177460. OLE color: 10177460.

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

Color convert

RGB18075155-
CMYK00.580.140.29
HSL314.29º41.18%50%-
HSV(B)314.29º58.33%70.59%-
XYZ27.2517.132.87-
YUV115.52150.29174-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 43.90%
GREEN value IS 75 (29.69% from 255) = 18.29%
BLUE value IS 155 (60.94% from 255) = 37.80%
R=43.90%
G=18.29%
B=37.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.14
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1807515500.580.140.29314.2941.1850
HexB44B9B03AE1D13a2932
Octal26411323307216354725162
Binary101101001001011100110110111010111011101100111010101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B44B9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B44B9B; }

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

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

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

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

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

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

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

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