#B44696

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

Shades of Mulberry #B44696

Tints of Mulberry #B44696

Color information

#B44696 (or 0xB44696) is unknown color: approx Mulberry. HEX triplet: B4, 46 and 96. RGB value is (180,70,150). Sum of RGB (Red+Green+Blue) = 180+70+150=400 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45% from 400); Green value is 70 (27.73% from 255 or 17.5% from 400); Blue value is 150 (58.98% from 255 or 37.5% from 400); Max value from RGB is 180 - color contains mainly: red. Hex color #B44696 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B44696 is #4BB969. Grayscale: #6F6F6F. Windows color (decimal): -4962666 or 9848500. OLE color: 9848500.

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

Color convert

RGB18070150-
CMYK00.610.170.29
HSL316.36º44%49.02%-
HSV(B)316.36º61.11%70.59%-
XYZ26.5216.2930.6-
YUV112.01149.44176.5-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 45%
GREEN value IS 70 (27.73% from 255) = 17.5%
BLUE value IS 150 (58.98% from 255) = 37.5%
R=45%
G=17.5%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.17
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1807015000.610.170.29316.364449.02
HexB4469603D111D13c2c31
Octal26410622607521354745461
Binary1011010010001101001011001111011000111101100111100101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B44696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B44696; }

 p { color: rgb(180,70,150); }

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

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

 a { background-color: rgb(180,70,150); }

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

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

 span { border-color: rgb(180,70,150); }

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