#B44C9B

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

Shades of Mulberry #B44C9B

Tints of Mulberry #B44C9B

Color information

#B44C9B (or 0xB44C9B) is unknown color: approx Mulberry. HEX triplet: B4, 4C and 9B. RGB value is (180,76,155). Sum of RGB (Red+Green+Blue) = 180+76+155=411 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.80% from 411); Green value is 76 (30.08% from 255 or 18.49% from 411); Blue value is 155 (60.94% from 255 or 37.71% from 411); Max value from RGB is 180 - color contains mainly: red. Hex color #B44C9B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B44C9B is #4BB364. Grayscale: #737373. Windows color (decimal): -4961125 or 10177716. OLE color: 10177716.

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

Color convert

RGB18076155-
CMYK00.580.140.29
HSL314.42º40.94%50.2%-
HSV(B)314.42º57.78%70.59%-
XYZ27.3217.2432.9-
YUV116.1149.96173.58-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 43.80%
GREEN value IS 76 (30.08% from 255) = 18.49%
BLUE value IS 155 (60.94% from 255) = 37.71%
R=43.80%
G=18.49%
B=37.71%

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
Decimal1807615500.580.140.29314.4240.9450.2
HexB44C9B03AE1D13a2932
Octal26411423307216354725162
Binary101101001001100100110110111010111011101100111010101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B44C9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B44C9B; }

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

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

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

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

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

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

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

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