#B4488F

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

Shades of Mulberry #B4488F

Tints of Mulberry #B4488F

Color information

#B4488F (or 0xB4488F) is unknown color: approx Mulberry. HEX triplet: B4, 48 and 8F. RGB value is (180,72,143). Sum of RGB (Red+Green+Blue) = 180+72+143=395 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.57% from 395); Green value is 72 (28.52% from 255 or 18.23% from 395); Blue value is 143 (56.25% from 255 or 36.20% from 395); Max value from RGB is 180 - color contains mainly: red. Hex color #B4488F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B4488F is #4BB770. Grayscale: #707070. Windows color (decimal): -4962161 or 9390260. OLE color: 9390260.

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

Color convert

RGB18072143-
CMYK00.600.210.29
HSL320.56º42.86%49.41%-
HSV(B)320.56º60%70.59%-
XYZ26.116.3227.76-
YUV112.39145.28176.23-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 45.57%
GREEN value IS 72 (28.52% from 255) = 18.23%
BLUE value IS 143 (56.25% from 255) = 36.20%
R=45.57%
G=18.23%
B=36.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.21
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1807214300.600.210.29320.5642.8649.41
HexB4488F03C151D1412b31
Octal26411021707425355015361
Binary1011010010010001000111101111001010111101101000001101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4488F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4488F; }

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

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

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

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

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

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

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

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