#B35E8D

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

Shades of Mulberry #B35E8D

Tints of Mulberry #B35E8D

Color information

#B35E8D (or 0xB35E8D) is unknown color: approx Mulberry. HEX triplet: B3, 5E and 8D. RGB value is (179,94,141). Sum of RGB (Red+Green+Blue) = 179+94+141=414 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.24% from 414); Green value is 94 (37.11% from 255 or 22.71% from 414); Blue value is 141 (55.47% from 255 or 34.06% from 414); Max value from RGB is 179 - color contains mainly: red. Hex color #B35E8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B35E8D is #4CA172. Grayscale: #7C7C7C. Windows color (decimal): -5022067 or 9264819. OLE color: 9264819.

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

Color convert

RGB17994141-
CMYK00.470.210.30
HSL326.82º35.86%53.53%-
HSV(B)326.82º47.49%70.2%-
XYZ27.419.5127.52-
YUV124.77137.16166.68-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 43.24%
GREEN value IS 94 (37.11% from 255) = 22.71%
BLUE value IS 141 (55.47% from 255) = 34.06%
R=43.24%
G=22.71%
B=34.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.21
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1799414100.470.210.30326.8235.8653.53
HexB35E8D02F151E1472436
Octal26313621505725365074466
Binary1011001110111101000110101011111010111110101000111100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B35E8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B35E8D; }

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

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

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

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

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

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

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

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