#B4488D

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

Shades of Mulberry #B4488D

Tints of Mulberry #B4488D

Color information

#B4488D (or 0xB4488D) is unknown color: approx Mulberry. HEX triplet: B4, 48 and 8D. RGB value is (180,72,141). Sum of RGB (Red+Green+Blue) = 180+72+141=393 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.80% from 393); Green value is 72 (28.52% from 255 or 18.32% from 393); Blue value is 141 (55.47% from 255 or 35.88% from 393); Max value from RGB is 180 - color contains mainly: red. Hex color #B4488D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B4488D is #4BB772. Grayscale: #6F6F6F. Windows color (decimal): -4962163 or 9259188. OLE color: 9259188.

HSL color Cylindrical-coordinate representation of color #B4488D: hue angle of 321.67º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B4488D is Cyan = 0, Magento = 0.60, Yellow = 0.22 and Black (K on CMYK) = 0.29.

Color convert

RGB18072141-
CMYK00.600.220.29
HSL321.67º42.86%49.41%-
HSV(B)321.67º60%70.59%-
XYZ25.9516.2626.97-
YUV112.16144.28176.39-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 45.80%
GREEN value IS 72 (28.52% from 255) = 18.32%
BLUE value IS 141 (55.47% from 255) = 35.88%
R=45.80%
G=18.32%
B=35.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.22
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1807214100.600.220.29321.6742.8649.41
HexB4488D03C161D1422b31
Octal26411021507426355025361
Binary1011010010010001000110101111001011011101101000010101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4488D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4488D; }

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

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

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

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

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

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

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

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