#B35987

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

Shades of Mulberry #B35987

Tints of Mulberry #B35987

Color information

#B35987 (or 0xB35987) is unknown color: approx Mulberry. HEX triplet: B3, 59 and 87. RGB value is (179,89,135). Sum of RGB (Red+Green+Blue) = 179+89+135=403 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.42% from 403); Green value is 89 (35.16% from 255 or 22.08% from 403); Blue value is 135 (53.12% from 255 or 33.50% from 403); Max value from RGB is 179 - color contains mainly: red. Hex color #B35987 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B35987 is #4CA678. Grayscale: #797979. Windows color (decimal): -5023353 or 8870323. OLE color: 8870323.

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

Color convert

RGB17989135-
CMYK00.500.250.30
HSL329.33º37.19%52.55%-
HSV(B)329.33º50.28%70.2%-
XYZ26.5418.4825.09-
YUV121.15135.82169.26-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 44.42%
GREEN value IS 89 (35.16% from 255) = 22.08%
BLUE value IS 135 (53.12% from 255) = 33.50%
R=44.42%
G=22.08%
B=33.50%

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
Decimal1798913500.500.250.30329.3337.1952.55
HexB35987032191E1492535
Octal26313120706231365114565
Binary1011001110110011000011101100101100111110101001001100101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B35987

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B35987; }

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

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

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

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

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

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

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

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