#B5549C

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

Shades of Mulberry #B5549C

Tints of Mulberry #B5549C

Color information

#B5549C (or 0xB5549C) is unknown color: approx Mulberry. HEX triplet: B5, 54 and 9C. RGB value is (181,84,156). Sum of RGB (Red+Green+Blue) = 181+84+156=421 (55% of max value = 765). Red value is 181 (71.09% from 255 or 42.99% from 421); Green value is 84 (33.20% from 255 or 19.95% from 421); Blue value is 156 (61.33% from 255 or 37.05% from 421); Max value from RGB is 181 - color contains mainly: red. Hex color #B5549C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B5549C is #4AAB63. Grayscale: #797979. Windows color (decimal): -4893540 or 10245301. OLE color: 10245301.

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

Color convert

RGB18184156-
CMYK00.540.140.29
HSL315.46º39.59%51.96%-
HSV(B)315.46º53.59%70.98%-
XYZ28.2318.5633.55-
YUV121.21147.64170.65-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 42.99%
GREEN value IS 84 (33.20% from 255) = 19.95%
BLUE value IS 156 (61.33% from 255) = 37.05%
R=42.99%
G=19.95%
B=37.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.14
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1818415600.540.140.29315.4639.5951.96
HexB5549C036E1D13b2834
Octal26512423406616354735064
Binary101101011010100100111000110110111011101100111011101000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5549C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5549C; }

 p { color: rgb(181,84,156); }

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

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

 a { background-color: rgb(181,84,156); }

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

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

 span { border-color: rgb(181,84,156); }

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