#B44797

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

Shades of Mulberry #B44797

Tints of Mulberry #B44797

Color information

#B44797 (or 0xB44797) is unknown color: approx Mulberry. HEX triplet: B4, 47 and 97. RGB value is (180,71,151). Sum of RGB (Red+Green+Blue) = 180+71+151=402 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.78% from 402); Green value is 71 (28.12% from 255 or 17.66% from 402); Blue value is 151 (59.38% from 255 or 37.56% from 402); Max value from RGB is 180 - color contains mainly: red. Hex color #B44797 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B44797 is #4BB868. Grayscale: #707070. Windows color (decimal): -4962409 or 9914292. OLE color: 9914292.

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

Color convert

RGB18071151-
CMYK00.610.160.29
HSL315.96º43.43%49.22%-
HSV(B)315.96º60.56%70.59%-
XYZ26.6616.4431.05-
YUV112.71149.61176-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 44.78%
GREEN value IS 71 (28.12% from 255) = 17.66%
BLUE value IS 151 (59.38% from 255) = 37.56%
R=44.78%
G=17.66%
B=37.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.16
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1807115100.610.160.29315.9643.4349.22
HexB4479703D101D13c2b31
Octal26410722707520354745361
Binary1011010010001111001011101111011000011101100111100101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B44797

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B44797; }

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

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

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

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

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

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

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

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