#B44C9A

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

Shades of Mulberry #B44C9A

Tints of Mulberry #B44C9A

Color information

#B44C9A (or 0xB44C9A) is unknown color: approx Mulberry. HEX triplet: B4, 4C and 9A. RGB value is (180,76,154). Sum of RGB (Red+Green+Blue) = 180+76+154=410 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.90% from 410); Green value is 76 (30.08% from 255 or 18.54% from 410); Blue value is 154 (60.55% from 255 or 37.56% from 410); Max value from RGB is 180 - color contains mainly: red. Hex color #B44C9A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B44C9A is #4BB365. Grayscale: #737373. Windows color (decimal): -4961126 or 10112180. OLE color: 10112180.

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

Color convert

RGB18076154-
CMYK00.580.140.29
HSL315º40.94%50.2%-
HSV(B)315º57.78%70.59%-
XYZ27.2417.2132.46-
YUV115.99149.46173.66-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 43.90%
GREEN value IS 76 (30.08% from 255) = 18.54%
BLUE value IS 154 (60.55% from 255) = 37.56%
R=43.90%
G=18.54%
B=37.56%

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
Decimal1807615400.580.140.2931540.9450.2
HexB44C9A03AE1D13b2932
Octal26411423207216354735162
Binary101101001001100100110100111010111011101100111011101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B44C9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B44C9A; }

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

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

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

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

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

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

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

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