#B35688

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

Shades of Mulberry #B35688

Tints of Mulberry #B35688

Color information

#B35688 (or 0xB35688) is unknown color: approx Mulberry. HEX triplet: B3, 56 and 88. RGB value is (179,86,136). Sum of RGB (Red+Green+Blue) = 179+86+136=401 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.64% from 401); Green value is 86 (33.98% from 255 or 21.45% from 401); Blue value is 136 (53.52% from 255 or 33.92% from 401); Max value from RGB is 179 - color contains mainly: red. Hex color #B35688 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B35688 is #4CA977. Grayscale: #777777. Windows color (decimal): -5024120 or 8935091. OLE color: 8935091.

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

Color convert

RGB17986136-
CMYK00.520.240.30
HSL327.74º37.96%51.96%-
HSV(B)327.74º51.96%70.2%-
XYZ26.3618.0225.38-
YUV119.51137.31170.43-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 44.64%
GREEN value IS 86 (33.98% from 255) = 21.45%
BLUE value IS 136 (53.52% from 255) = 33.92%
R=44.64%
G=21.45%
B=33.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.24
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1798613600.520.240.30327.7437.9651.96
HexB35688034181E1482634
Octal26312621006430365104664
Binary1011001110101101000100001101001100011110101001000100110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B35688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B35688; }

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

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

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

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

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

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

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

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