#B44B9A

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

Shades of Mulberry #B44B9A

Tints of Mulberry #B44B9A

Color information

#B44B9A (or 0xB44B9A) is unknown color: approx Mulberry. HEX triplet: B4, 4B and 9A. RGB value is (180,75,154). Sum of RGB (Red+Green+Blue) = 180+75+154=409 (54% of max value = 765). Red value is 180 (70.70% from 255 or 44.01% from 409); Green value is 75 (29.69% from 255 or 18.34% from 409); Blue value is 154 (60.55% from 255 or 37.65% from 409); Max value from RGB is 180 - color contains mainly: red. Hex color #B44B9A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B44B9A is #4BB465. Grayscale: #737373. Windows color (decimal): -4961382 or 10111924. OLE color: 10111924.

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

Color convert

RGB18075154-
CMYK00.580.140.29
HSL314.86º41.18%50%-
HSV(B)314.86º58.33%70.59%-
XYZ27.1717.0732.43-
YUV115.4149.79174.08-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 44.01%
GREEN value IS 75 (29.69% from 255) = 18.34%
BLUE value IS 154 (60.55% from 255) = 37.65%
R=44.01%
G=18.34%
B=37.65%

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
Decimal1807515400.580.140.29314.8641.1850
HexB44B9A03AE1D13b2932
Octal26411323207216354735162
Binary101101001001011100110100111010111011101100111011101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B44B9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B44B9A; }

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

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

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

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

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

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

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

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