#B45A93

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

Shades of Mulberry #B45A93

Tints of Mulberry #B45A93

Color information

#B45A93 (or 0xB45A93) is unknown color: approx Mulberry. HEX triplet: B4, 5A and 93. RGB value is (180,90,147). Sum of RGB (Red+Green+Blue) = 180+90+147=417 (55% of max value = 765). Red value is 180 (70.70% from 255 or 43.17% from 417); Green value is 90 (35.55% from 255 or 21.58% from 417); Blue value is 147 (57.81% from 255 or 35.25% from 417); Max value from RGB is 180 - color contains mainly: red. Hex color #B45A93 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B45A93 is #4BA56C. Grayscale: #7B7B7B. Windows color (decimal): -4957549 or 9657012. OLE color: 9657012.

HSL color Cylindrical-coordinate representation of color #B45A93: hue angle of 322º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B45A93 is Cyan = 0, Magento = 0.50, Yellow = 0.18 and Black (K on CMYK) = 0.29.

Color convert

RGB18090147-
CMYK00.500.180.29
HSL322º37.5%52.94%-
HSV(B)322º50%70.59%-
XYZ27.7519.1229.83-
YUV123.41141.32168.37-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 43.17%
GREEN value IS 90 (35.55% from 255) = 21.58%
BLUE value IS 147 (57.81% from 255) = 35.25%
R=43.17%
G=21.58%
B=35.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.18
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1809014700.500.180.2932237.552.94
HexB45A93032121D1422635
Octal26413222306222355024665
Binary1011010010110101001001101100101001011101101000010100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45A93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45A93; }

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

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

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

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

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

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

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

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