#B35A8E

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

Shades of Mulberry #B35A8E

Tints of Mulberry #B35A8E

Color information

#B35A8E (or 0xB35A8E) is unknown color: approx Mulberry. HEX triplet: B3, 5A and 8E. RGB value is (179,90,142). Sum of RGB (Red+Green+Blue) = 179+90+142=411 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.55% from 411); Green value is 90 (35.55% from 255 or 21.90% from 411); Blue value is 142 (55.86% from 255 or 34.55% from 411); Max value from RGB is 179 - color contains mainly: red. Hex color #B35A8E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B35A8E is #4CA571. Grayscale: #7A7A7A. Windows color (decimal): -5023090 or 9329331. OLE color: 9329331.

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

Color convert

RGB17990142-
CMYK00.500.210.30
HSL324.94º36.93%52.75%-
HSV(B)324.94º49.72%70.2%-
XYZ27.1318.8527.8-
YUV122.54138.99168.27-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 43.55%
GREEN value IS 90 (35.55% from 255) = 21.90%
BLUE value IS 142 (55.86% from 255) = 34.55%
R=43.55%
G=21.90%
B=34.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.21
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1799014200.500.210.30324.9436.9352.75
HexB35A8E032151E1452535
Octal26313221606225365054565
Binary1011001110110101000111001100101010111110101000101100101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B35A8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B35A8E; }

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

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

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

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

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

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

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

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