#B0558F

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

Shades of Mulberry #B0558F

Tints of Mulberry #B0558F

Color information

#B0558F (or 0xB0558F) is unknown color: approx Mulberry. HEX triplet: B0, 55 and 8F. RGB value is (176,85,143). Sum of RGB (Red+Green+Blue) = 176+85+143=404 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.56% from 404); Green value is 85 (33.59% from 255 or 21.04% from 404); Blue value is 143 (56.25% from 255 or 35.40% from 404); Max value from RGB is 176 - color contains mainly: red. Hex color #B0558F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B0558F is #4FAA70. Grayscale: #767676. Windows color (decimal): -5220977 or 9393584. OLE color: 9393584.

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

Color convert

RGB17685143-
CMYK00.520.190.31
HSL321.76º36.55%51.18%-
HSV(B)321.76º51.7%69.02%-
XYZ26.1117.7128.03-
YUV118.82141.65168.78-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 43.56%
GREEN value IS 85 (33.59% from 255) = 21.04%
BLUE value IS 143 (56.25% from 255) = 35.40%
R=43.56%
G=21.04%
B=35.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.19
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1768514300.520.190.31321.7636.5551.18
HexB0558F034131F1422533
Octal26012521706423375024563
Binary1011000010101011000111101101001001111111101000010100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0558F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0558F; }

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

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

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

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

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

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

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

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