#B3548E

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

Shades of Mulberry #B3548E

Tints of Mulberry #B3548E

Color information

#B3548E (or 0xB3548E) is unknown color: approx Mulberry. HEX triplet: B3, 54 and 8E. RGB value is (179,84,142). Sum of RGB (Red+Green+Blue) = 179+84+142=405 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.20% from 405); Green value is 84 (33.20% from 255 or 20.74% from 405); Blue value is 142 (55.86% from 255 or 35.06% from 405); Max value from RGB is 179 - color contains mainly: red. Hex color #B3548E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B3548E is #4CAB71. Grayscale: #767676. Windows color (decimal): -5024626 or 9327795. OLE color: 9327795.

HSL color Cylindrical-coordinate representation of color #B3548E: hue angle of 323.37º 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 #B3548E is Cyan = 0, Magento = 0.53, Yellow = 0.21 and Black (K on CMYK) = 0.30.

Color convert

RGB17984142-
CMYK00.530.210.30
HSL323.37º38.46%51.57%-
HSV(B)323.37º53.07%70.2%-
XYZ26.6417.8827.64-
YUV119.02140.97170.78-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 44.20%
GREEN value IS 84 (33.20% from 255) = 20.74%
BLUE value IS 142 (55.86% from 255) = 35.06%
R=44.20%
G=20.74%
B=35.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.21
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1798414200.530.210.30323.3738.4651.57
HexB3548E035151E1432634
Octal26312421606525365034664
Binary1011001110101001000111001101011010111110101000011100110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3548E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3548E; }

 p { color: rgb(179,84,142); }

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

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

 a { background-color: rgb(179,84,142); }

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

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

 span { border-color: rgb(179,84,142); }

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