#B4499C

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

Shades of Mulberry #B4499C

Tints of Mulberry #B4499C

Color information

#B4499C (or 0xB4499C) is unknown color: approx Mulberry. HEX triplet: B4, 49 and 9C. RGB value is (180,73,156). Sum of RGB (Red+Green+Blue) = 180+73+156=409 (54% of max value = 765). Red value is 180 (70.70% from 255 or 44.01% from 409); Green value is 73 (28.91% from 255 or 17.85% from 409); Blue value is 156 (61.33% from 255 or 38.14% from 409); Max value from RGB is 180 - color contains mainly: red. Hex color #B4499C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B4499C is #4BB663. Grayscale: #727272. Windows color (decimal): -4961892 or 10242484. OLE color: 10242484.

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

Color convert

RGB18073156-
CMYK00.590.130.29
HSL313.46º42.29%49.61%-
HSV(B)313.46º59.44%70.59%-
XYZ27.2116.8733.27-
YUV114.45151.45174.75-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 44.01%
GREEN value IS 73 (28.91% from 255) = 17.85%
BLUE value IS 156 (61.33% from 255) = 38.14%
R=44.01%
G=17.85%
B=38.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.13
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1807315600.590.130.29313.4642.2949.61
HexB4499C03BD1D1392a32
Octal26411123407315354715262
Binary101101001001001100111000111011110111101100111001101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4499C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4499C; }

 p { color: rgb(180,73,156); }

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

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

 a { background-color: rgb(180,73,156); }

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

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

 span { border-color: rgb(180,73,156); }

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