#B3548A

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

Shades of Mulberry #B3548A

Tints of Mulberry #B3548A

Color information

#B3548A (or 0xB3548A) is unknown color: approx Mulberry. HEX triplet: B3, 54 and 8A. RGB value is (179,84,138). Sum of RGB (Red+Green+Blue) = 179+84+138=401 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.64% from 401); Green value is 84 (33.20% from 255 or 20.95% from 401); Blue value is 138 (54.30% from 255 or 34.41% from 401); Max value from RGB is 179 - color contains mainly: red. Hex color #B3548A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B3548A is #4CAB75. Grayscale: #767676. Windows color (decimal): -5024630 or 9065651. OLE color: 9065651.

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

Color convert

RGB17984138-
CMYK00.530.230.30
HSL325.89º38.46%51.57%-
HSV(B)325.89º53.07%70.2%-
XYZ26.3517.7626.08-
YUV118.56138.97171.11-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 44.64%
GREEN value IS 84 (33.20% from 255) = 20.95%
BLUE value IS 138 (54.30% from 255) = 34.41%
R=44.64%
G=20.95%
B=34.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.23
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1798413800.530.230.30325.8938.4651.57
HexB3548A035171E1462634
Octal26312421206527365064664
Binary1011001110101001000101001101011011111110101000110100110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3548A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3548A; }

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

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

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

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

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

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

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

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