#B35B8F

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

Shades of Mulberry #B35B8F

Tints of Mulberry #B35B8F

Color information

#B35B8F (or 0xB35B8F) is unknown color: approx Mulberry. HEX triplet: B3, 5B and 8F. RGB value is (179,91,143). Sum of RGB (Red+Green+Blue) = 179+91+143=413 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.34% from 413); Green value is 91 (35.94% from 255 or 22.03% from 413); Blue value is 143 (56.25% from 255 or 34.62% from 413); Max value from RGB is 179 - color contains mainly: red. Hex color #B35B8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B35B8F is #4CA470. Grayscale: #7B7B7B. Windows color (decimal): -5022833 or 9395123. OLE color: 9395123.

HSL color Cylindrical-coordinate representation of color #B35B8F: hue angle of 324.55º degrees, saturation: 0.37, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B35B8F is Cyan = 0, Magento = 0.49, Yellow = 0.20 and Black (K on CMYK) = 0.30.

Color convert

RGB17991143-
CMYK00.490.200.30
HSL324.55º36.67%52.94%-
HSV(B)324.55º49.16%70.2%-
XYZ27.2919.0528.23-
YUV123.24139.15167.77-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 43.34%
GREEN value IS 91 (35.94% from 255) = 22.03%
BLUE value IS 143 (56.25% from 255) = 34.62%
R=43.34%
G=22.03%
B=34.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.20
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1799114300.490.200.30324.5536.6752.94
HexB35B8F031141E1452535
Octal26313321706124365054565
Binary1011001110110111000111101100011010011110101000101100101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B35B8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B35B8F; }

 p { color: rgb(179,91,143); }

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

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

 a { background-color: rgb(179,91,143); }

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

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

 span { border-color: rgb(179,91,143); }

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