#B35486

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

Shades of Mulberry #B35486

Tints of Mulberry #B35486

Color information

#B35486 (or 0xB35486) is unknown color: approx Mulberry. HEX triplet: B3, 54 and 86. RGB value is (179,84,134). Sum of RGB (Red+Green+Blue) = 179+84+134=397 (52% of max value = 765). Red value is 179 (70.31% from 255 or 45.09% from 397); Green value is 84 (33.20% from 255 or 21.16% from 397); Blue value is 134 (52.73% from 255 or 33.75% from 397); Max value from RGB is 179 - color contains mainly: red. Hex color #B35486 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B35486 is #4CAB79. Grayscale: #757575. Windows color (decimal): -5024634 or 8803507. OLE color: 8803507.

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

Color convert

RGB17984134-
CMYK00.530.250.30
HSL328.42º38.46%51.57%-
HSV(B)328.42º53.07%70.2%-
XYZ26.0617.6524.59-
YUV118.1136.97171.43-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 45.09%
GREEN value IS 84 (33.20% from 255) = 21.16%
BLUE value IS 134 (52.73% from 255) = 33.75%
R=45.09%
G=21.16%
B=33.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.25
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1798413400.530.250.30328.4238.4651.57
HexB35486035191E1482634
Octal26312420606531365104664
Binary1011001110101001000011001101011100111110101001000100110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B35486

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B35486; }

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

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

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

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

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

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

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

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