#B45F8D

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

Shades of Mulberry #B45F8D

Tints of Mulberry #B45F8D

Color information

#B45F8D (or 0xB45F8D) is unknown color: approx Mulberry. HEX triplet: B4, 5F and 8D. RGB value is (180,95,141). Sum of RGB (Red+Green+Blue) = 180+95+141=416 (55% of max value = 765). Red value is 180 (70.70% from 255 or 43.27% from 416); Green value is 95 (37.5% from 255 or 22.84% from 416); Blue value is 141 (55.47% from 255 or 33.89% from 416); Max value from RGB is 180 - color contains mainly: red. Hex color #B45F8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B45F8D is #4BA072. Grayscale: #7D7D7D. Windows color (decimal): -4956275 or 9265076. OLE color: 9265076.

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

Color convert

RGB18095141-
CMYK00.470.220.29
HSL327.53º36.17%53.92%-
HSV(B)327.53º47.22%70.59%-
XYZ27.7219.8127.56-
YUV125.66136.66166.76-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 43.27%
GREEN value IS 95 (37.5% from 255) = 22.84%
BLUE value IS 141 (55.47% from 255) = 33.89%
R=43.27%
G=22.84%
B=33.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.22
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1809514100.470.220.29327.5336.1753.92
HexB45F8D02F161D1482436
Octal26413721505726355104466
Binary1011010010111111000110101011111011011101101001000100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45F8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45F8D; }

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

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

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

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

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

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

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

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