#B45E93

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

Shades of Mulberry #B45E93

Tints of Mulberry #B45E93

Color information

#B45E93 (or 0xB45E93) is unknown color: approx Mulberry. HEX triplet: B4, 5E and 93. RGB value is (180,94,147). Sum of RGB (Red+Green+Blue) = 180+94+147=421 (55% of max value = 765). Red value is 180 (70.70% from 255 or 42.76% from 421); Green value is 94 (37.11% from 255 or 22.33% from 421); Blue value is 147 (57.81% from 255 or 34.92% from 421); Max value from RGB is 180 - color contains mainly: red. Hex color #B45E93 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B45E93 is #4BA16C. Grayscale: #7D7D7D. Windows color (decimal): -4956525 or 9658036. OLE color: 9658036.

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

Color convert

RGB18094147-
CMYK00.480.180.29
HSL323.02º36.44%53.73%-
HSV(B)323.02º47.78%70.59%-
XYZ28.0919.8229.95-
YUV125.76139.99166.69-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 42.76%
GREEN value IS 94 (37.11% from 255) = 22.33%
BLUE value IS 147 (57.81% from 255) = 34.92%
R=42.76%
G=22.33%
B=34.92%

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
Decimal1809414700.480.180.29323.0236.4453.73
HexB45E93030121D1432436
Octal26413622306022355034466
Binary1011010010111101001001101100001001011101101000011100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45E93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45E93; }

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

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

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

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

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

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

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

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