#B4549B

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

Shades of Mulberry #B4549B

Tints of Mulberry #B4549B

Color information

#B4549B (or 0xB4549B) is unknown color: approx Mulberry. HEX triplet: B4, 54 and 9B. RGB value is (180,84,155). Sum of RGB (Red+Green+Blue) = 180+84+155=419 (55% of max value = 765). Red value is 180 (70.70% from 255 or 42.96% from 419); Green value is 84 (33.20% from 255 or 20.05% from 419); Blue value is 155 (60.94% from 255 or 36.99% from 419); Max value from RGB is 180 - color contains mainly: red. Hex color #B4549B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B4549B is #4BAB64. Grayscale: #787878. Windows color (decimal): -4959077 or 10179764. OLE color: 10179764.

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

Color convert

RGB18084155-
CMYK00.530.140.29
HSL315.62º39.02%51.76%-
HSV(B)315.62º53.33%70.59%-
XYZ27.9118.4133.09-
YUV120.8147.3170.23-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 42.96%
GREEN value IS 84 (33.20% from 255) = 20.05%
BLUE value IS 155 (60.94% from 255) = 36.99%
R=42.96%
G=20.05%
B=36.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.14
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1808415500.530.140.29315.6239.0251.76
HexB4549B035E1D13c2734
Octal26412423306516354744764
Binary101101001010100100110110110101111011101100111100100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4549B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4549B; }

 p { color: rgb(180,84,155); }

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

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

 a { background-color: rgb(180,84,155); }

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

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

 span { border-color: rgb(180,84,155); }

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