#B7529F

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

Shades of Mulberry #B7529F

Tints of Mulberry #B7529F

Color information

#B7529F (or 0xB7529F) is unknown color: approx Mulberry. HEX triplet: B7, 52 and 9F. RGB value is (183,82,159). Sum of RGB (Red+Green+Blue) = 183+82+159=424 (56% of max value = 765). Red value is 183 (71.88% from 255 or 43.16% from 424); Green value is 82 (32.42% from 255 or 19.34% from 424); Blue value is 159 (62.5% from 255 or 37.5% from 424); Max value from RGB is 183 - color contains mainly: red. Hex color #B7529F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B7529F is #48AD60. Grayscale: #787878. Windows color (decimal): -4762977 or 10441399. OLE color: 10441399.

HSL color Cylindrical-coordinate representation of color #B7529F: hue angle of 314.26º degrees, saturation: 0.41, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B7529F is Cyan = 0, Magento = 0.55, Yellow = 0.13 and Black (K on CMYK) = 0.28.

Color convert

RGB18382159-
CMYK00.550.130.28
HSL314.26º41.22%51.96%-
HSV(B)314.26º55.19%71.76%-
XYZ28.818.6134.87-
YUV120.98149.46172.24-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 43.16%
GREEN value IS 82 (32.42% from 255) = 19.34%
BLUE value IS 159 (62.5% from 255) = 37.5%
R=43.16%
G=19.34%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.13
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1838215900.550.130.28314.2641.2251.96
HexB7529F037D1C13a2934
Octal26712223706715344725164
Binary101101111010010100111110110111110111100100111010101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7529F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7529F; }

 p { color: rgb(183,82,159); }

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

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

 a { background-color: rgb(183,82,159); }

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

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

 span { border-color: rgb(183,82,159); }

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