#B45196

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

Shades of Mulberry #B45196

Tints of Mulberry #B45196

Color information

#B45196 (or 0xB45196) is unknown color: approx Mulberry. HEX triplet: B4, 51 and 96. RGB value is (180,81,150). Sum of RGB (Red+Green+Blue) = 180+81+150=411 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.80% from 411); Green value is 81 (32.03% from 255 or 19.71% from 411); Blue value is 150 (58.98% from 255 or 36.50% from 411); Max value from RGB is 180 - color contains mainly: red. Hex color #B45196 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B45196 is #4BAE69. Grayscale: #767676. Windows color (decimal): -4959850 or 9851316. OLE color: 9851316.

HSL color Cylindrical-coordinate representation of color #B45196: hue angle of 318.18º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B45196 is Cyan = 0, Magento = 0.55, Yellow = 0.17 and Black (K on CMYK) = 0.29.

Color convert

RGB18081150-
CMYK00.550.170.29
HSL318.18º39.76%51.18%-
HSV(B)318.18º55%70.59%-
XYZ27.2717.7930.85-
YUV118.47145.8171.89-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 43.80%
GREEN value IS 81 (32.03% from 255) = 19.71%
BLUE value IS 150 (58.98% from 255) = 36.50%
R=43.80%
G=19.71%
B=36.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.17
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1808115000.550.170.29318.1839.7651.18
HexB45196037111D13e2833
Octal26412122606721354765063
Binary1011010010100011001011001101111000111101100111110101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45196; }

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

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

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

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

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

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

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

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