#B44893

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

Shades of Mulberry #B44893

Tints of Mulberry #B44893

Color information

#B44893 (or 0xB44893) is unknown color: approx Mulberry. HEX triplet: B4, 48 and 93. RGB value is (180,72,147). Sum of RGB (Red+Green+Blue) = 180+72+147=399 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.11% from 399); Green value is 72 (28.52% from 255 or 18.05% from 399); Blue value is 147 (57.81% from 255 or 36.84% from 399); Max value from RGB is 180 - color contains mainly: red. Hex color #B44893 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B44893 is #4BB76C. Grayscale: #707070. Windows color (decimal): -4962157 or 9652404. OLE color: 9652404.

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

Color convert

RGB18072147-
CMYK00.600.180.29
HSL318.33º42.86%49.41%-
HSV(B)318.33º60%70.59%-
XYZ26.4116.4429.39-
YUV112.84147.28175.9-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 45.11%
GREEN value IS 72 (28.52% from 255) = 18.05%
BLUE value IS 147 (57.81% from 255) = 36.84%
R=45.11%
G=18.05%
B=36.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.18
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1807214700.600.180.29318.3342.8649.41
HexB4489303C121D13e2b31
Octal26411022307422354765361
Binary1011010010010001001001101111001001011101100111110101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B44893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B44893; }

 p { color: rgb(180,72,147); }

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

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

 a { background-color: rgb(180,72,147); }

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

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

 span { border-color: rgb(180,72,147); }

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