#B3578D

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

Shades of Mulberry #B3578D

Tints of Mulberry #B3578D

Color information

#B3578D (or 0xB3578D) is unknown color: approx Mulberry. HEX triplet: B3, 57 and 8D. RGB value is (179,87,141). Sum of RGB (Red+Green+Blue) = 179+87+141=407 (53% of max value = 765). Red value is 179 (70.31% from 255 or 43.98% from 407); Green value is 87 (34.38% from 255 or 21.38% from 407); Blue value is 141 (55.47% from 255 or 34.64% from 407); Max value from RGB is 179 - color contains mainly: red. Hex color #B3578D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B3578D is #4CA872. Grayscale: #787878. Windows color (decimal): -5023859 or 9263027. OLE color: 9263027.

HSL color Cylindrical-coordinate representation of color #B3578D: hue angle of 324.78º degrees, saturation: 0.38, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B3578D is Cyan = 0, Magento = 0.51, Yellow = 0.21 and Black (K on CMYK) = 0.30.

Color convert

RGB17987141-
CMYK00.510.210.30
HSL324.78º37.7%52.16%-
HSV(B)324.78º51.4%70.2%-
XYZ26.8118.3227.32-
YUV120.66139.48169.61-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 43.98%
GREEN value IS 87 (34.38% from 255) = 21.38%
BLUE value IS 141 (55.47% from 255) = 34.64%
R=43.98%
G=21.38%
B=34.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.21
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1798714100.510.210.30324.7837.752.16
HexB3578D033151E1452634
Octal26312721506325365054664
Binary1011001110101111000110101100111010111110101000101100110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3578D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3578D; }

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

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

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

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

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

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

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

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