#B5529D

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

Shades of Mulberry #B5529D

Tints of Mulberry #B5529D

Color information

#B5529D (or 0xB5529D) is unknown color: approx Mulberry. HEX triplet: B5, 52 and 9D. RGB value is (181,82,157). Sum of RGB (Red+Green+Blue) = 181+82+157=420 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.10% from 420); Green value is 82 (32.42% from 255 or 19.52% from 420); Blue value is 157 (61.72% from 255 or 37.38% from 420); Max value from RGB is 181 - color contains mainly: red. Hex color #B5529D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B5529D is #4AAD62. Grayscale: #777777. Windows color (decimal): -4894051 or 10310325. OLE color: 10310325.

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

Color convert

RGB18182157-
CMYK00.550.130.29
HSL314.55º40.08%51.57%-
HSV(B)314.55º54.7%70.98%-
XYZ28.1618.2933.94-
YUV120.15148.8171.4-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 43.10%
GREEN value IS 82 (32.42% from 255) = 19.52%
BLUE value IS 157 (61.72% from 255) = 37.38%
R=43.10%
G=19.52%
B=37.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.13
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1818215700.550.130.29314.5540.0851.57
HexB5529D037D1D13b2834
Octal26512223506715354735064
Binary101101011010010100111010110111110111101100111011101000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5529D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5529D; }

 p { color: rgb(181,82,157); }

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

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

 a { background-color: rgb(181,82,157); }

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

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

 span { border-color: rgb(181,82,157); }

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