#B35E95

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

Shades of Mulberry #B35E95

Tints of Mulberry #B35E95

Color information

#B35E95 (or 0xB35E95) is unknown color: approx Mulberry. HEX triplet: B3, 5E and 95. RGB value is (179,94,149). Sum of RGB (Red+Green+Blue) = 179+94+149=422 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.42% from 422); Green value is 94 (37.11% from 255 or 22.27% from 422); Blue value is 149 (58.59% from 255 or 35.31% from 422); Max value from RGB is 179 - color contains mainly: red. Hex color #B35E95 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B35E95 is #4CA16A. Grayscale: #7D7D7D. Windows color (decimal): -5022059 or 9789107. OLE color: 9789107.

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

Color convert

RGB17994149-
CMYK00.470.170.30
HSL321.18º35.86%53.53%-
HSV(B)321.18º47.49%70.2%-
XYZ28.0219.7630.77-
YUV125.68141.16166.03-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 42.42%
GREEN value IS 94 (37.11% from 255) = 22.27%
BLUE value IS 149 (58.59% from 255) = 35.31%
R=42.42%
G=22.27%
B=35.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.17
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1799414900.470.170.30321.1835.8653.53
HexB35E9502F111E1412436
Octal26313622505721365014466
Binary1011001110111101001010101011111000111110101000001100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B35E95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B35E95; }

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

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

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

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

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

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

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

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