#B35689

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

Shades of Mulberry #B35689

Tints of Mulberry #B35689

Color information

#B35689 (or 0xB35689) is unknown color: approx Mulberry. HEX triplet: B3, 56 and 89. RGB value is (179,86,137). Sum of RGB (Red+Green+Blue) = 179+86+137=402 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.53% from 402); Green value is 86 (33.98% from 255 or 21.39% from 402); Blue value is 137 (53.91% from 255 or 34.08% from 402); Max value from RGB is 179 - color contains mainly: red. Hex color #B35689 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B35689 is #4CA976. Grayscale: #777777. Windows color (decimal): -5024119 or 9000627. OLE color: 9000627.

HSL color Cylindrical-coordinate representation of color #B35689: hue angle of 327.1º degrees, saturation: 0.38, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B35689 is Cyan = 0, Magento = 0.52, Yellow = 0.23 and Black (K on CMYK) = 0.30.

Color convert

RGB17986137-
CMYK00.520.230.30
HSL327.1º37.96%51.96%-
HSV(B)327.1º51.96%70.2%-
XYZ26.4318.0525.76-
YUV119.62137.81170.35-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 44.53%
GREEN value IS 86 (33.98% from 255) = 21.39%
BLUE value IS 137 (53.91% from 255) = 34.08%
R=44.53%
G=21.39%
B=34.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.23
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1798613700.520.230.30327.137.9651.96
HexB35689034171E1472634
Octal26312621106427365074664
Binary1011001110101101000100101101001011111110101000111100110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B35689

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B35689; }

 p { color: rgb(179,86,137); }

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

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

 a { background-color: rgb(179,86,137); }

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

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

 span { border-color: rgb(179,86,137); }

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