#B44C8D

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

Shades of Mulberry #B44C8D

Tints of Mulberry #B44C8D

Color information

#B44C8D (or 0xB44C8D) is unknown color: approx Mulberry. HEX triplet: B4, 4C and 8D. RGB value is (180,76,141). Sum of RGB (Red+Green+Blue) = 180+76+141=397 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.34% from 397); Green value is 76 (30.08% from 255 or 19.14% from 397); Blue value is 141 (55.47% from 255 or 35.52% from 397); Max value from RGB is 180 - color contains mainly: red. Hex color #B44C8D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B44C8D is #4BB372. Grayscale: #727272. Windows color (decimal): -4961139 or 9260212. OLE color: 9260212.

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

Color convert

RGB18076141-
CMYK00.580.220.29
HSL322.5º40.94%50.2%-
HSV(B)322.5º57.78%70.59%-
XYZ26.2116.827.06-
YUV114.51142.96174.71-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 45.34%
GREEN value IS 76 (30.08% from 255) = 19.14%
BLUE value IS 141 (55.47% from 255) = 35.52%
R=45.34%
G=19.14%
B=35.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.22
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1807614100.580.220.29322.540.9450.2
HexB44C8D03A161D1422932
Octal26411421507226355025162
Binary1011010010011001000110101110101011011101101000010101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B44C8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B44C8D; }

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

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

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

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

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

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

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

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