#B35986

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

Shades of Mulberry #B35986

Tints of Mulberry #B35986

Color information

#B35986 (or 0xB35986) is unknown color: approx Mulberry. HEX triplet: B3, 59 and 86. RGB value is (179,89,134). Sum of RGB (Red+Green+Blue) = 179+89+134=402 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.53% from 402); Green value is 89 (35.16% from 255 or 22.14% from 402); Blue value is 134 (52.73% from 255 or 33.33% from 402); Max value from RGB is 179 - color contains mainly: red. Hex color #B35986 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B35986 is #4CA679. Grayscale: #787878. Windows color (decimal): -5023354 or 8804787. OLE color: 8804787.

HSL color Cylindrical-coordinate representation of color #B35986: hue angle of 330º degrees, saturation: 0.37, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B35986 is Cyan = 0, Magento = 0.50, Yellow = 0.25 and Black (K on CMYK) = 0.30.

Color convert

RGB17989134-
CMYK00.500.250.30
HSL330º37.19%52.55%-
HSV(B)330º50.28%70.2%-
XYZ26.4718.4524.72-
YUV121.04135.32169.34-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 44.53%
GREEN value IS 89 (35.16% from 255) = 22.14%
BLUE value IS 134 (52.73% from 255) = 33.33%
R=44.53%
G=22.14%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.25
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1798913400.500.250.3033037.1952.55
HexB35986032191E14a2535
Octal26313120606231365124565
Binary1011001110110011000011001100101100111110101001010100101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B35986

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B35986; }

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

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

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

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

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

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

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

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