#B0588B

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

Shades of Mulberry #B0588B

Tints of Mulberry #B0588B

Color information

#B0588B (or 0xB0588B) is unknown color: approx Mulberry. HEX triplet: B0, 58 and 8B. RGB value is (176,88,139). Sum of RGB (Red+Green+Blue) = 176+88+139=403 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.67% from 403); Green value is 88 (34.77% from 255 or 21.84% from 403); Blue value is 139 (54.69% from 255 or 34.49% from 403); Max value from RGB is 176 - color contains mainly: red. Hex color #B0588B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B0588B is #4FA774. Grayscale: #787878. Windows color (decimal): -5220213 or 9132208. OLE color: 9132208.

HSL color Cylindrical-coordinate representation of color #B0588B: hue angle of 325.23º 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 #B0588B is Cyan = 0, Magento = 0.50, Yellow = 0.21 and Black (K on CMYK) = 0.31.

Color convert

RGB17688139-
CMYK00.500.210.31
HSL325.23º35.77%51.76%-
HSV(B)325.23º50%69.02%-
XYZ26.0518.0726.54-
YUV120.13138.65167.85-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 43.67%
GREEN value IS 88 (34.77% from 255) = 21.84%
BLUE value IS 139 (54.69% from 255) = 34.49%
R=43.67%
G=21.84%
B=34.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.21
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1768813900.500.210.31325.2335.7751.76
HexB0588B032151F1452434
Octal26013021306225375054464
Binary1011000010110001000101101100101010111111101000101100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0588B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0588B; }

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

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

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

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

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

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

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

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