#B35893

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

Shades of Mulberry #B35893

Tints of Mulberry #B35893

Color information

#B35893 (or 0xB35893) is unknown color: approx Mulberry. HEX triplet: B3, 58 and 93. RGB value is (179,88,147). Sum of RGB (Red+Green+Blue) = 179+88+147=414 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.24% from 414); Green value is 88 (34.77% from 255 or 21.26% from 414); Blue value is 147 (57.81% from 255 or 35.51% from 414); Max value from RGB is 179 - color contains mainly: red. Hex color #B35893 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B35893 is #4CA76C. Grayscale: #797979. Windows color (decimal): -5023597 or 9656499. OLE color: 9656499.

HSL color Cylindrical-coordinate representation of color #B35893: hue angle of 321.1º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B35893 is Cyan = 0, Magento = 0.51, Yellow = 0.18 and Black (K on CMYK) = 0.30.

Color convert

RGB17988147-
CMYK00.510.180.30
HSL321.1º37.45%52.35%-
HSV(B)321.1º50.84%70.2%-
XYZ27.3518.6729.77-
YUV121.93142.15168.7-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 43.24%
GREEN value IS 88 (34.77% from 255) = 21.26%
BLUE value IS 147 (57.81% from 255) = 35.51%
R=43.24%
G=21.26%
B=35.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.18
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1798814700.510.180.30321.137.4552.35
HexB35893033121E1412534
Octal26313022306322365014564
Binary1011001110110001001001101100111001011110101000001100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B35893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B35893; }

 p { color: rgb(179,88,147); }

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

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

 a { background-color: rgb(179,88,147); }

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

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

 span { border-color: rgb(179,88,147); }

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