#B35189

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

Shades of Mulberry #B35189

Tints of Mulberry #B35189

Color information

#B35189 (or 0xB35189) is unknown color: approx Mulberry. HEX triplet: B3, 51 and 89. RGB value is (179,81,137). Sum of RGB (Red+Green+Blue) = 179+81+137=397 (52% of max value = 765). Red value is 179 (70.31% from 255 or 45.09% from 397); Green value is 81 (32.03% from 255 or 20.40% from 397); Blue value is 137 (53.91% from 255 or 34.51% from 397); Max value from RGB is 179 - color contains mainly: red. Hex color #B35189 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B35189 is #4CAE76. Grayscale: #747474. Windows color (decimal): -5025399 or 8999347. OLE color: 8999347.

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

Color convert

RGB17981137-
CMYK00.550.230.30
HSL325.71º39.2%50.98%-
HSV(B)325.71º54.75%70.2%-
XYZ26.0517.2725.63-
YUV116.69139.47172.45-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 45.09%
GREEN value IS 81 (32.03% from 255) = 20.40%
BLUE value IS 137 (53.91% from 255) = 34.51%
R=45.09%
G=20.40%
B=34.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.23
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1798113700.550.230.30325.7139.250.98
HexB35189037171E1462733
Octal26312121106727365064763
Binary1011001110100011000100101101111011111110101000110100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B35189

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B35189; }

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

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

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

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

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

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

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

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