#B0578A

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

Shades of Mulberry #B0578A

Tints of Mulberry #B0578A

Color information

#B0578A (or 0xB0578A) is unknown color: approx Mulberry. HEX triplet: B0, 57 and 8A. RGB value is (176,87,138). Sum of RGB (Red+Green+Blue) = 176+87+138=401 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.89% from 401); Green value is 87 (34.38% from 255 or 21.70% from 401); Blue value is 138 (54.30% from 255 or 34.41% from 401); Max value from RGB is 176 - color contains mainly: red. Hex color #B0578A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B0578A is #4FA875. Grayscale: #777777. Windows color (decimal): -5220470 or 9066416. OLE color: 9066416.

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

Color convert

RGB17687138-
CMYK00.510.220.31
HSL325.62º36.03%51.57%-
HSV(B)325.62º50.57%69.02%-
XYZ25.917.8826.13-
YUV119.42138.49168.35-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 43.89%
GREEN value IS 87 (34.38% from 255) = 21.70%
BLUE value IS 138 (54.30% from 255) = 34.41%
R=43.89%
G=21.70%
B=34.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.22
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1768713800.510.220.31325.6236.0351.57
HexB0578A033161F1462434
Octal26012721206326375064464
Binary1011000010101111000101001100111011011111101000110100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0578A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0578A; }

 p { color: rgb(176,87,138); }

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

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

 a { background-color: rgb(176,87,138); }

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

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

 span { border-color: rgb(176,87,138); }

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