#B5578A

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

Shades of Mulberry #B5578A

Tints of Mulberry #B5578A

Color information

#B5578A (or 0xB5578A) is unknown color: approx Mulberry. HEX triplet: B5, 57 and 8A. RGB value is (181,87,138). Sum of RGB (Red+Green+Blue) = 181+87+138=406 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.58% from 406); Green value is 87 (34.38% from 255 or 21.43% from 406); Blue value is 138 (54.30% from 255 or 33.99% from 406); Max value from RGB is 181 - color contains mainly: red. Hex color #B5578A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B5578A is #4AA875. Grayscale: #787878. Windows color (decimal): -4892790 or 9066421. OLE color: 9066421.

HSL color Cylindrical-coordinate representation of color #B5578A: hue angle of 327.45º 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 #B5578A is Cyan = 0, Magento = 0.52, Yellow = 0.24 and Black (K on CMYK) = 0.29.

Color convert

RGB18187138-
CMYK00.520.240.29
HSL327.45º38.84%52.55%-
HSV(B)327.45º51.93%70.98%-
XYZ27.0518.4826.19-
YUV120.92137.64170.85-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 44.58%
GREEN value IS 87 (34.38% from 255) = 21.43%
BLUE value IS 138 (54.30% from 255) = 33.99%
R=44.58%
G=21.43%
B=33.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.24
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1818713800.520.240.29327.4538.8452.55
HexB5578A034181D1472735
Octal26512721206430355074765
Binary1011010110101111000101001101001100011101101000111100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5578A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5578A; }

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

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

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

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

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

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

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

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