#B4449D

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

Shades of Mulberry #B4449D

Tints of Mulberry #B4449D

Color information

#B4449D (or 0xB4449D) is unknown color: approx Mulberry. HEX triplet: B4, 44 and 9D. RGB value is (180,68,157). Sum of RGB (Red+Green+Blue) = 180+68+157=405 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.44% from 405); Green value is 68 (26.95% from 255 or 16.79% from 405); Blue value is 157 (61.72% from 255 or 38.77% from 405); Max value from RGB is 180 - color contains mainly: red. Hex color #B4449D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B4449D is #4BBB62. Grayscale: #6F6F6F. Windows color (decimal): -4963171 or 10306740. OLE color: 10306740.

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

Color convert

RGB18068157-
CMYK00.620.130.29
HSL312.32º45.16%48.63%-
HSV(B)312.32º62.22%70.59%-
XYZ26.9816.2733.62-
YUV111.63153.61176.76-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 44.44%
GREEN value IS 68 (26.95% from 255) = 16.79%
BLUE value IS 157 (61.72% from 255) = 38.77%
R=44.44%
G=16.79%
B=38.77%

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
Decimal1806815700.620.130.29312.3245.1648.63
HexB4449D03ED1D1382d31
Octal26410423507615354705561
Binary101101001000100100111010111110110111101100111000101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4449D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4449D; }

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

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

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

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

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

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

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

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