#B0588E

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

Shades of Mulberry #B0588E

Tints of Mulberry #B0588E

Color information

#B0588E (or 0xB0588E) is unknown color: approx Mulberry. HEX triplet: B0, 58 and 8E. RGB value is (176,88,142). Sum of RGB (Red+Green+Blue) = 176+88+142=406 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.35% from 406); Green value is 88 (34.77% from 255 or 21.67% from 406); Blue value is 142 (55.86% from 255 or 34.98% from 406); Max value from RGB is 176 - color contains mainly: red. Hex color #B0588E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B0588E is #4FA771. Grayscale: #787878. Windows color (decimal): -5220210 or 9328816. OLE color: 9328816.

HSL color Cylindrical-coordinate representation of color #B0588E: hue angle of 323.18º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B0588E is Cyan = 0, Magento = 0.50, Yellow = 0.19 and Black (K on CMYK) = 0.31.

Color convert

RGB17688142-
CMYK00.500.190.31
HSL323.18º35.77%51.76%-
HSV(B)323.18º50%69.02%-
XYZ26.2818.1627.71-
YUV120.47140.15167.61-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 43.35%
GREEN value IS 88 (34.77% from 255) = 21.67%
BLUE value IS 142 (55.86% from 255) = 34.98%
R=43.35%
G=21.67%
B=34.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.19
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1768814200.500.190.31323.1835.7751.76
HexB0588E032131F1432434
Octal26013021606223375034464
Binary1011000010110001000111001100101001111111101000011100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0588E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0588E; }

 p { color: rgb(176,88,142); }

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

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

 a { background-color: rgb(176,88,142); }

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

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

 span { border-color: rgb(176,88,142); }

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