#B4449C

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

Shades of Mulberry #B4449C

Tints of Mulberry #B4449C

Color information

#B4449C (or 0xB4449C) is unknown color: approx Mulberry. HEX triplet: B4, 44 and 9C. RGB value is (180,68,156). Sum of RGB (Red+Green+Blue) = 180+68+156=404 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.55% from 404); Green value is 68 (26.95% from 255 or 16.83% from 404); Blue value is 156 (61.33% from 255 or 38.61% from 404); Max value from RGB is 180 - color contains mainly: red. Hex color #B4449C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B4449C is #4BBB63. Grayscale: #6F6F6F. Windows color (decimal): -4963172 or 10241204. OLE color: 10241204.

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

Color convert

RGB18068156-
CMYK00.620.130.29
HSL312.86º45.16%48.63%-
HSV(B)312.86º62.22%70.59%-
XYZ26.8916.2433.17-
YUV111.52153.11176.84-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 44.55%
GREEN value IS 68 (26.95% from 255) = 16.83%
BLUE value IS 156 (61.33% from 255) = 38.61%
R=44.55%
G=16.83%
B=38.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.13
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1806815600.620.130.29312.8645.1648.63
HexB4449C03ED1D1392d31
Octal26410423407615354715561
Binary101101001000100100111000111110110111101100111001101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4449C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4449C; }

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

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

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

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

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

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

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

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