#B45194

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

Shades of Mulberry #B45194

Tints of Mulberry #B45194

Color information

#B45194 (or 0xB45194) is unknown color: approx Mulberry. HEX triplet: B4, 51 and 94. RGB value is (180,81,148). Sum of RGB (Red+Green+Blue) = 180+81+148=409 (54% of max value = 765). Red value is 180 (70.70% from 255 or 44.01% from 409); Green value is 81 (32.03% from 255 or 19.80% from 409); Blue value is 148 (58.20% from 255 or 36.19% from 409); Max value from RGB is 180 - color contains mainly: red. Hex color #B45194 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B45194 is #4BAE6B. Grayscale: #767676. Windows color (decimal): -4959852 or 9720244. OLE color: 9720244.

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

Color convert

RGB18081148-
CMYK00.550.180.29
HSL319.39º39.76%51.18%-
HSV(B)319.39º55%70.59%-
XYZ27.1117.7330.01-
YUV118.24144.8172.05-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 44.01%
GREEN value IS 81 (32.03% from 255) = 19.80%
BLUE value IS 148 (58.20% from 255) = 36.19%
R=44.01%
G=19.80%
B=36.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.18
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1808114800.550.180.29319.3939.7651.18
HexB45194037121D13f2833
Octal26412122406722354775063
Binary1011010010100011001010001101111001011101100111111101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45194; }

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

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

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

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

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

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

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

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