#B5579D

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

Shades of Mulberry #B5579D

Tints of Mulberry #B5579D

Color information

#B5579D (or 0xB5579D) is unknown color: approx Mulberry. HEX triplet: B5, 57 and 9D. RGB value is (181,87,157). Sum of RGB (Red+Green+Blue) = 181+87+157=425 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.59% from 425); Green value is 87 (34.38% from 255 or 20.47% from 425); Blue value is 157 (61.72% from 255 or 36.94% from 425); Max value from RGB is 181 - color contains mainly: red. Hex color #B5579D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B5579D is #4AA862. Grayscale: #7A7A7A. Windows color (decimal): -4892771 or 10311605. OLE color: 10311605.

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

Color convert

RGB18187157-
CMYK00.520.130.29
HSL315.32º38.84%52.55%-
HSV(B)315.32º51.93%70.98%-
XYZ28.5519.0734.08-
YUV123.09147.14169.31-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 42.59%
GREEN value IS 87 (34.38% from 255) = 20.47%
BLUE value IS 157 (61.72% from 255) = 36.94%
R=42.59%
G=20.47%
B=36.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.13
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1818715700.520.130.29315.3238.8452.55
HexB5579D034D1D13b2735
Octal26512723506415354734765
Binary101101011010111100111010110100110111101100111011100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5579D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5579D; }

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

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

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

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

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

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

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

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