#B44790

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

Shades of Mulberry #B44790

Tints of Mulberry #B44790

Color information

#B44790 (or 0xB44790) is unknown color: approx Mulberry. HEX triplet: B4, 47 and 90. RGB value is (180,71,144). Sum of RGB (Red+Green+Blue) = 180+71+144=395 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.57% from 395); Green value is 71 (28.12% from 255 or 17.97% from 395); Blue value is 144 (56.64% from 255 or 36.46% from 395); Max value from RGB is 180 - color contains mainly: red. Hex color #B44790 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B44790 is #4BB86F. Grayscale: #6F6F6F. Windows color (decimal): -4962416 or 9455540. OLE color: 9455540.

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

Color convert

RGB18071144-
CMYK00.610.20.29
HSL319.82º43.43%49.22%-
HSV(B)319.82º60.56%70.59%-
XYZ26.1116.2228.14-
YUV111.91146.11176.56-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 45.57%
GREEN value IS 71 (28.12% from 255) = 17.97%
BLUE value IS 144 (56.64% from 255) = 36.46%
R=45.57%
G=17.97%
B=36.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.2
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1807114400.610.20.29319.8243.4349.22
HexB4479003D141D1402b31
Octal26410722007524355005361
Binary1011010010001111001000001111011010011101101000000101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B44790

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B44790; }

 p { color: rgb(180,71,144); }

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

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

 a { background-color: rgb(180,71,144); }

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

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

 span { border-color: rgb(180,71,144); }

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