#B35A91

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

Shades of Mulberry #B35A91

Tints of Mulberry #B35A91

Color information

#B35A91 (or 0xB35A91) is unknown color: approx Mulberry. HEX triplet: B3, 5A and 91. RGB value is (179,90,145). Sum of RGB (Red+Green+Blue) = 179+90+145=414 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.24% from 414); Green value is 90 (35.55% from 255 or 21.74% from 414); Blue value is 145 (57.03% from 255 or 35.02% from 414); Max value from RGB is 179 - color contains mainly: red. Hex color #B35A91 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B35A91 is #4CA56E. Grayscale: #7A7A7A. Windows color (decimal): -5023087 or 9525939. OLE color: 9525939.

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

Color convert

RGB17990145-
CMYK00.500.190.30
HSL322.92º36.93%52.75%-
HSV(B)322.92º49.72%70.2%-
XYZ27.3618.9429-
YUV122.88140.49168.03-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 43.24%
GREEN value IS 90 (35.55% from 255) = 21.74%
BLUE value IS 145 (57.03% from 255) = 35.02%
R=43.24%
G=21.74%
B=35.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.19
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1799014500.500.190.30322.9236.9352.75
HexB35A91032131E1432535
Octal26313222106223365034565
Binary1011001110110101001000101100101001111110101000011100101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B35A91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B35A91; }

 p { color: rgb(179,90,145); }

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

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

 a { background-color: rgb(179,90,145); }

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

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

 span { border-color: rgb(179,90,145); }

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