#b44a9e

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

Shades of Mulberry #B44A9E

Tints of Mulberry #B44A9E

Color information

#B44A9E (or 0xB44A9E) is unknown color: approx Mulberry. HEX triplet: B4, 4A and 9E. RGB value is (180,74,158). Sum of RGB (Red+Green+Blue) = 180+74+158=412 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.69% from 412); Green value is 74 (29.30% from 255 or 17.96% from 412); Blue value is 158 (62.11% from 255 or 38.35% from 412); Max value from RGB is 180 - color contains mainly: red. Hex color #B44A9E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B44A9E is #4BB561. Grayscale: #737373. Windows color (decimal): -4961634 or 10373812. OLE color: 10373812.

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

Color convert

RGB18074158-
CMYK00.590.120.29
HSL312.45º41.73%49.8%-
HSV(B)312.45º58.89%70.59%-
XYZ27.4417.0734.2-
YUV115.27152.12174.17-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 43.69%
GREEN value IS 74 (29.30% from 255) = 17.96%
BLUE value IS 158 (62.11% from 255) = 38.35%
R=43.69%
G=17.96%
B=38.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.12
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1807415800.590.120.29312.4541.7349.8
HexB44A9E03BC1D1382a32
Octal26411223607314354705262
Binary101101001001010100111100111011110011101100111000101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b44a9e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b44a9e; }

 p { color: rgb(180,74,158); }

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

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

 a { background-color: rgb(180,74,158); }

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

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

 span { border-color: rgb(180,74,158); }

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