#B35390

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

Shades of Mulberry #B35390

Tints of Mulberry #B35390

Color information

#B35390 (or 0xB35390) is unknown color: approx Mulberry. HEX triplet: B3, 53 and 90. RGB value is (179,83,144). Sum of RGB (Red+Green+Blue) = 179+83+144=406 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.09% from 406); Green value is 83 (32.81% from 255 or 20.44% from 406); Blue value is 144 (56.64% from 255 or 35.47% from 406); Max value from RGB is 179 - color contains mainly: red. Hex color #B35390 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B35390 is #4CAC6F. Grayscale: #767676. Windows color (decimal): -5024880 or 9458611. OLE color: 9458611.

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

Color convert

RGB17983144-
CMYK00.540.200.30
HSL321.88º38.71%51.37%-
HSV(B)321.88º53.63%70.2%-
XYZ26.7217.7828.41-
YUV118.66142.3171.04-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 44.09%
GREEN value IS 83 (32.81% from 255) = 20.44%
BLUE value IS 144 (56.64% from 255) = 35.47%
R=44.09%
G=20.44%
B=35.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.20
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1798314400.540.200.30321.8838.7151.37
HexB35390036141E1422733
Octal26312322006624365024763
Binary1011001110100111001000001101101010011110101000010100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B35390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B35390; }

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

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

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

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

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

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

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

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