#B35996

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

Shades of Mulberry #B35996

Tints of Mulberry #B35996

Color information

#B35996 (or 0xB35996) is unknown color: approx Mulberry. HEX triplet: B3, 59 and 96. RGB value is (179,89,150). Sum of RGB (Red+Green+Blue) = 179+89+150=418 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.82% from 418); Green value is 89 (35.16% from 255 or 21.29% from 418); Blue value is 150 (58.98% from 255 or 35.89% from 418); Max value from RGB is 179 - color contains mainly: red. Hex color #B35996 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B35996 is #4CA669. Grayscale: #7A7A7A. Windows color (decimal): -5023338 or 9853363. OLE color: 9853363.

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

Color convert

RGB17989150-
CMYK00.500.160.30
HSL319.33º37.19%52.55%-
HSV(B)319.33º50.28%70.2%-
XYZ27.6718.9331.05-
YUV122.86143.32168.04-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 42.82%
GREEN value IS 89 (35.16% from 255) = 21.29%
BLUE value IS 150 (58.98% from 255) = 35.89%
R=42.82%
G=21.29%
B=35.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.16
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1798915000.500.160.30319.3337.1952.55
HexB35996032101E13f2535
Octal26313122606220364774565
Binary1011001110110011001011001100101000011110100111111100101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B35996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B35996; }

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

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

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

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

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

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

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

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