#B35186

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

Shades of Mulberry #B35186

Tints of Mulberry #B35186

Color information

#B35186 (or 0xB35186) is unknown color: approx Mulberry. HEX triplet: B3, 51 and 86. RGB value is (179,81,134). Sum of RGB (Red+Green+Blue) = 179+81+134=394 (52% of max value = 765). Red value is 179 (70.31% from 255 or 45.43% from 394); Green value is 81 (32.03% from 255 or 20.56% from 394); Blue value is 134 (52.73% from 255 or 34.01% from 394); Max value from RGB is 179 - color contains mainly: red. Hex color #B35186 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B35186 is #4CAE79. Grayscale: #747474. Windows color (decimal): -5025402 or 8802739. OLE color: 8802739.

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

Color convert

RGB17981134-
CMYK00.550.250.30
HSL327.55º39.2%50.98%-
HSV(B)327.55º54.75%70.2%-
XYZ25.8417.1924.51-
YUV116.34137.97172.69-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 45.43%
GREEN value IS 81 (32.03% from 255) = 20.56%
BLUE value IS 134 (52.73% from 255) = 34.01%
R=45.43%
G=20.56%
B=34.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.25
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1798113400.550.250.30327.5539.250.98
HexB35186037191E1482733
Octal26312120606731365104763
Binary1011001110100011000011001101111100111110101001000100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B35186

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B35186; }

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

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

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

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

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

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

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

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