#B05590

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

Shades of Mulberry #B05590

Tints of Mulberry #B05590

Color information

#B05590 (or 0xB05590) is unknown color: approx Mulberry. HEX triplet: B0, 55 and 90. RGB value is (176,85,144). Sum of RGB (Red+Green+Blue) = 176+85+144=405 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.46% from 405); Green value is 85 (33.59% from 255 or 20.99% from 405); Blue value is 144 (56.64% from 255 or 35.56% from 405); Max value from RGB is 176 - color contains mainly: red. Hex color #B05590 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B05590 is #4FAA6F. Grayscale: #767676. Windows color (decimal): -5220976 or 9459120. OLE color: 9459120.

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

Color convert

RGB17685144-
CMYK00.520.180.31
HSL321.1º36.55%51.18%-
HSV(B)321.1º51.7%69.02%-
XYZ26.1917.7428.43-
YUV118.93142.15168.7-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 43.46%
GREEN value IS 85 (33.59% from 255) = 20.99%
BLUE value IS 144 (56.64% from 255) = 35.56%
R=43.46%
G=20.99%
B=35.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.18
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1768514400.520.180.31321.136.5551.18
HexB05590034121F1412533
Octal26012522006422375014563
Binary1011000010101011001000001101001001011111101000001100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B05590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B05590; }

 p { color: rgb(176,85,144); }

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

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

 a { background-color: rgb(176,85,144); }

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

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

 span { border-color: rgb(176,85,144); }

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