#B45D8D

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

Shades of Mulberry #B45D8D

Tints of Mulberry #B45D8D

Color information

#B45D8D (or 0xB45D8D) is unknown color: approx Mulberry. HEX triplet: B4, 5D and 8D. RGB value is (180,93,141). Sum of RGB (Red+Green+Blue) = 180+93+141=414 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.48% from 414); Green value is 93 (36.72% from 255 or 22.46% from 414); Blue value is 141 (55.47% from 255 or 34.06% from 414); Max value from RGB is 180 - color contains mainly: red. Hex color #B45D8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B45D8D is #4BA272. Grayscale: #7C7C7C. Windows color (decimal): -4956787 or 9264564. OLE color: 9264564.

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

Color convert

RGB18093141-
CMYK00.480.220.29
HSL326.9º36.71%53.53%-
HSV(B)326.9º48.33%70.59%-
XYZ27.5419.4627.5-
YUV124.48137.32167.6-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 43.48%
GREEN value IS 93 (36.72% from 255) = 22.46%
BLUE value IS 141 (55.47% from 255) = 34.06%
R=43.48%
G=22.46%
B=34.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.22
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1809314100.480.220.29326.936.7153.53
HexB45D8D030161D1472536
Octal26413521506026355074566
Binary1011010010111011000110101100001011011101101000111100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45D8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45D8D; }

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

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

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

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

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

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

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

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