#B45094

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

Shades of Mulberry #B45094

Tints of Mulberry #B45094

Color information

#B45094 (or 0xB45094) is unknown color: approx Mulberry. HEX triplet: B4, 50 and 94. RGB value is (180,80,148). Sum of RGB (Red+Green+Blue) = 180+80+148=408 (54% of max value = 765). Red value is 180 (70.70% from 255 or 44.12% from 408); Green value is 80 (31.64% from 255 or 19.61% from 408); Blue value is 148 (58.20% from 255 or 36.27% from 408); Max value from RGB is 180 - color contains mainly: red. Hex color #B45094 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B45094 is #4BAF6B. Grayscale: #757575. Windows color (decimal): -4960108 or 9719988. OLE color: 9719988.

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

Color convert

RGB18080148-
CMYK00.560.180.29
HSL319.2º40%50.98%-
HSV(B)319.2º55.56%70.59%-
XYZ27.0417.5829.99-
YUV117.65145.13172.47-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 44.12%
GREEN value IS 80 (31.64% from 255) = 19.61%
BLUE value IS 148 (58.20% from 255) = 36.27%
R=44.12%
G=19.61%
B=36.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.18
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1808014800.560.180.29319.24050.98
HexB45094038121D13f2833
Octal26412022407022354775063
Binary1011010010100001001010001110001001011101100111111101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45094; }

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

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

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

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

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

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

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

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