#B0558E

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

Shades of Mulberry #B0558E

Tints of Mulberry #B0558E

Color information

#B0558E (or 0xB0558E) is unknown color: approx Mulberry. HEX triplet: B0, 55 and 8E. RGB value is (176,85,142). Sum of RGB (Red+Green+Blue) = 176+85+142=403 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.67% from 403); Green value is 85 (33.59% from 255 or 21.09% from 403); Blue value is 142 (55.86% from 255 or 35.24% from 403); Max value from RGB is 176 - color contains mainly: red. Hex color #B0558E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B0558E is #4FAA71. Grayscale: #767676. Windows color (decimal): -5220978 or 9328048. OLE color: 9328048.

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

Color convert

RGB17685142-
CMYK00.520.190.31
HSL322.42º36.55%51.18%-
HSV(B)322.42º51.7%69.02%-
XYZ26.0417.6827.63-
YUV118.71141.15168.87-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 43.67%
GREEN value IS 85 (33.59% from 255) = 21.09%
BLUE value IS 142 (55.86% from 255) = 35.24%
R=43.67%
G=21.09%
B=35.24%

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
Decimal1768514200.520.190.31322.4236.5551.18
HexB0558E034131F1422533
Octal26012521606423375024563
Binary1011000010101011000111001101001001111111101000010100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0558E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0558E; }

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

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

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

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

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

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

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

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