#B45D93

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

Shades of Mulberry #B45D93

Tints of Mulberry #B45D93

Color information

#B45D93 (or 0xB45D93) is unknown color: approx Mulberry. HEX triplet: B4, 5D and 93. RGB value is (180,93,147). Sum of RGB (Red+Green+Blue) = 180+93+147=420 (55% of max value = 765). Red value is 180 (70.70% from 255 or 42.86% from 420); Green value is 93 (36.72% from 255 or 22.14% from 420); Blue value is 147 (57.81% from 255 or 35% from 420); Max value from RGB is 180 - color contains mainly: red. Hex color #B45D93 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B45D93 is #4BA26C. Grayscale: #7D7D7D. Windows color (decimal): -4956781 or 9657780. OLE color: 9657780.

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

Color convert

RGB18093147-
CMYK00.480.180.29
HSL322.76º36.71%53.53%-
HSV(B)322.76º48.33%70.59%-
XYZ2819.6429.92-
YUV125.17140.32167.11-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 42.86%
GREEN value IS 93 (36.72% from 255) = 22.14%
BLUE value IS 147 (57.81% from 255) = 35%
R=42.86%
G=22.14%
B=35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.18
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1809314700.480.180.29322.7636.7153.53
HexB45D93030121D1432536
Octal26413522306022355034566
Binary1011010010111011001001101100001001011101101000011100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45D93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45D93; }

 p { color: rgb(180,93,147); }

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

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

 a { background-color: rgb(180,93,147); }

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

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

 span { border-color: rgb(180,93,147); }

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