#B3548D

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

Shades of Mulberry #B3548D

Tints of Mulberry #B3548D

Color information

#B3548D (or 0xB3548D) is unknown color: approx Mulberry. HEX triplet: B3, 54 and 8D. RGB value is (179,84,141). Sum of RGB (Red+Green+Blue) = 179+84+141=404 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.31% from 404); Green value is 84 (33.20% from 255 or 20.79% from 404); Blue value is 141 (55.47% from 255 or 34.90% from 404); Max value from RGB is 179 - color contains mainly: red. Hex color #B3548D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B3548D is #4CAB72. Grayscale: #767676. Windows color (decimal): -5024627 or 9262259. OLE color: 9262259.

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

Color convert

RGB17984141-
CMYK00.530.210.30
HSL324º38.46%51.57%-
HSV(B)324º53.07%70.2%-
XYZ26.5717.8527.24-
YUV118.9140.47170.87-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 44.31%
GREEN value IS 84 (33.20% from 255) = 20.79%
BLUE value IS 141 (55.47% from 255) = 34.90%
R=44.31%
G=20.79%
B=34.90%

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
Decimal1798414100.530.210.3032438.4651.57
HexB3548D035151E1442634
Octal26312421506525365044664
Binary1011001110101001000110101101011010111110101000100100110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3548D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3548D; }

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

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

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

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

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

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

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

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