#B0528F

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

Shades of Mulberry #B0528F

Tints of Mulberry #B0528F

Color information

#B0528F (or 0xB0528F) is unknown color: approx Mulberry. HEX triplet: B0, 52 and 8F. RGB value is (176,82,143). Sum of RGB (Red+Green+Blue) = 176+82+143=401 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.89% from 401); Green value is 82 (32.42% from 255 or 20.45% from 401); Blue value is 143 (56.25% from 255 or 35.66% from 401); Max value from RGB is 176 - color contains mainly: red. Hex color #B0528F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B0528F is #4FAD70. Grayscale: #747474. Windows color (decimal): -5221745 or 9392816. OLE color: 9392816.

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

Color convert

RGB17682143-
CMYK00.530.190.31
HSL321.06º37.3%50.59%-
HSV(B)321.06º53.41%69.02%-
XYZ25.8817.2527.95-
YUV117.06142.64170.04-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 43.89%
GREEN value IS 82 (32.42% from 255) = 20.45%
BLUE value IS 143 (56.25% from 255) = 35.66%
R=43.89%
G=20.45%
B=35.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.19
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1768214300.530.190.31321.0637.350.59
HexB0528F035131F1412533
Octal26012221706523375014563
Binary1011000010100101000111101101011001111111101000001100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0528F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0528F; }

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

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

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

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

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

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

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

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