#B3558C

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

Shades of Mulberry #B3558C

Tints of Mulberry #B3558C

Color information

#B3558C (or 0xB3558C) is unknown color: approx Mulberry. HEX triplet: B3, 55 and 8C. RGB value is (179,85,140). Sum of RGB (Red+Green+Blue) = 179+85+140=404 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.31% from 404); Green value is 85 (33.59% from 255 or 21.04% from 404); Blue value is 140 (55.08% from 255 or 34.65% from 404); Max value from RGB is 179 - color contains mainly: red. Hex color #B3558C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B3558C is #4CAA73. Grayscale: #777777. Windows color (decimal): -5024372 or 9196979. OLE color: 9196979.

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

Color convert

RGB17985140-
CMYK00.530.220.30
HSL324.89º38.21%51.76%-
HSV(B)324.89º52.51%70.2%-
XYZ26.5717.9726.88-
YUV119.38139.64170.53-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 44.31%
GREEN value IS 85 (33.59% from 255) = 21.04%
BLUE value IS 140 (55.08% from 255) = 34.65%
R=44.31%
G=21.04%
B=34.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.22
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1798514000.530.220.30324.8938.2151.76
HexB3558C035161E1452634
Octal26312521406526365054664
Binary1011001110101011000110001101011011011110101000101100110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3558C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3558C; }

 p { color: rgb(179,85,140); }

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

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

 a { background-color: rgb(179,85,140); }

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

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

 span { border-color: rgb(179,85,140); }

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