#B35E90

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

Shades of Mulberry #B35E90

Tints of Mulberry #B35E90

Color information

#B35E90 (or 0xB35E90) is unknown color: approx Mulberry. HEX triplet: B3, 5E and 90. RGB value is (179,94,144). Sum of RGB (Red+Green+Blue) = 179+94+144=417 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.93% from 417); Green value is 94 (37.11% from 255 or 22.54% from 417); Blue value is 144 (56.64% from 255 or 34.53% from 417); Max value from RGB is 179 - color contains mainly: red. Hex color #B35E90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B35E90 is #4CA16F. Grayscale: #7D7D7D. Windows color (decimal): -5022064 or 9461427. OLE color: 9461427.

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

Color convert

RGB17994144-
CMYK00.470.200.30
HSL324.71º35.86%53.53%-
HSV(B)324.71º47.49%70.2%-
XYZ27.6319.628.71-
YUV125.12138.66166.43-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 42.93%
GREEN value IS 94 (37.11% from 255) = 22.54%
BLUE value IS 144 (56.64% from 255) = 34.53%
R=42.93%
G=22.54%
B=34.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.20
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1799414400.470.200.30324.7135.8653.53
HexB35E9002F141E1452436
Octal26313622005724365054466
Binary1011001110111101001000001011111010011110101000101100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B35E90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B35E90; }

 p { color: rgb(179,94,144); }

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

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

 a { background-color: rgb(179,94,144); }

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

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

 span { border-color: rgb(179,94,144); }

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