#B4528D

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

Shades of Mulberry #B4528D

Tints of Mulberry #B4528D

Color information

#B4528D (or 0xB4528D) is unknown color: approx Mulberry. HEX triplet: B4, 52 and 8D. RGB value is (180,82,141). Sum of RGB (Red+Green+Blue) = 180+82+141=403 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.67% from 403); Green value is 82 (32.42% from 255 or 20.35% from 403); Blue value is 141 (55.47% from 255 or 34.99% from 403); Max value from RGB is 180 - color contains mainly: red. Hex color #B4528D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B4528D is #4BAD72. Grayscale: #757575. Windows color (decimal): -4959603 or 9261748. OLE color: 9261748.

HSL color Cylindrical-coordinate representation of color #B4528D: hue angle of 323.88º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B4528D is Cyan = 0, Magento = 0.54, Yellow = 0.22 and Black (K on CMYK) = 0.29.

Color convert

RGB18082141-
CMYK00.540.220.29
HSL323.88º39.52%51.37%-
HSV(B)323.88º54.44%70.59%-
XYZ26.6517.6627.2-
YUV118.03140.97172.2-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 44.67%
GREEN value IS 82 (32.42% from 255) = 20.35%
BLUE value IS 141 (55.47% from 255) = 34.99%
R=44.67%
G=20.35%
B=34.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.22
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1808214100.540.220.29323.8839.5251.37
HexB4528D036161D1442833
Octal26412221506626355045063
Binary1011010010100101000110101101101011011101101000100101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4528D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4528D; }

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

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

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

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

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

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

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

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