#B4578D

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

Shades of Mulberry #B4578D

Tints of Mulberry #B4578D

Color information

#B4578D (or 0xB4578D) is unknown color: approx Mulberry. HEX triplet: B4, 57 and 8D. RGB value is (180,87,141). Sum of RGB (Red+Green+Blue) = 180+87+141=408 (54% of max value = 765). Red value is 180 (70.70% from 255 or 44.12% from 408); Green value is 87 (34.38% from 255 or 21.32% from 408); Blue value is 141 (55.47% from 255 or 34.56% from 408); Max value from RGB is 180 - color contains mainly: red. Hex color #B4578D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B4578D is #4BA872. Grayscale: #787878. Windows color (decimal): -4958323 or 9263028. OLE color: 9263028.

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

Color convert

RGB18087141-
CMYK00.520.220.29
HSL325.16º38.27%52.35%-
HSV(B)325.16º51.67%70.59%-
XYZ27.0418.4427.33-
YUV120.96139.31170.11-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 44.12%
GREEN value IS 87 (34.38% from 255) = 21.32%
BLUE value IS 141 (55.47% from 255) = 34.56%
R=44.12%
G=21.32%
B=34.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.22
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1808714100.520.220.29325.1638.2752.35
HexB4578D034161D1452634
Octal26412721506426355054664
Binary1011010010101111000110101101001011011101101000101100110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4578D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4578D; }

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

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

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

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

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

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

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

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