#B4578B

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

Shades of Mulberry #B4578B

Tints of Mulberry #B4578B

Color information

#B4578B (or 0xB4578B) is unknown color: approx Mulberry. HEX triplet: B4, 57 and 8B. RGB value is (180,87,139). Sum of RGB (Red+Green+Blue) = 180+87+139=406 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.33% from 406); Green value is 87 (34.38% from 255 or 21.43% from 406); Blue value is 139 (54.69% from 255 or 34.24% from 406); Max value from RGB is 180 - color contains mainly: red. Hex color #B4578B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B4578B is #4BA874. Grayscale: #787878. Windows color (decimal): -4958325 or 9131956. OLE color: 9131956.

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

Color convert

RGB18087139-
CMYK00.520.230.29
HSL326.45º38.27%52.35%-
HSV(B)326.45º51.67%70.59%-
XYZ26.8918.3826.56-
YUV120.74138.31170.27-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 44.33%
GREEN value IS 87 (34.38% from 255) = 21.43%
BLUE value IS 139 (54.69% from 255) = 34.24%
R=44.33%
G=21.43%
B=34.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.23
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1808713900.520.230.29326.4538.2752.35
HexB4578B034171D1462634
Octal26412721306427355064664
Binary1011010010101111000101101101001011111101101000110100110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4578B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4578B; }

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

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

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

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

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

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

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

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