#B35E8A

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

Shades of Mulberry #B35E8A

Tints of Mulberry #B35E8A

Color information

#B35E8A (or 0xB35E8A) is unknown color: approx Mulberry. HEX triplet: B3, 5E and 8A. RGB value is (179,94,138). Sum of RGB (Red+Green+Blue) = 179+94+138=411 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.55% from 411); Green value is 94 (37.11% from 255 or 22.87% from 411); Blue value is 138 (54.30% from 255 or 33.58% from 411); Max value from RGB is 179 - color contains mainly: red. Hex color #B35E8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B35E8A is #4CA175. Grayscale: #7C7C7C. Windows color (decimal): -5022070 or 9068211. OLE color: 9068211.

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

Color convert

RGB17994138-
CMYK00.470.230.30
HSL328.94º35.86%53.53%-
HSV(B)328.94º47.49%70.2%-
XYZ27.1819.4226.36-
YUV124.43135.66166.92-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 43.55%
GREEN value IS 94 (37.11% from 255) = 22.87%
BLUE value IS 138 (54.30% from 255) = 33.58%
R=43.55%
G=22.87%
B=33.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.23
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1799413800.470.230.30328.9435.8653.53
HexB35E8A02F171E1492436
Octal26313621205727365114466
Binary1011001110111101000101001011111011111110101001001100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B35E8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B35E8A; }

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

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

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

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

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

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

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

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