#B54585

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

Shades of Mulberry #B54585

Tints of Mulberry #B54585

Color information

#B54585 (or 0xB54585) is unknown color: approx Mulberry. HEX triplet: B5, 45 and 85. RGB value is (181,69,133). Sum of RGB (Red+Green+Blue) = 181+69+133=383 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.26% from 383); Green value is 69 (27.34% from 255 or 18.02% from 383); Blue value is 133 (52.34% from 255 or 34.73% from 383); Max value from RGB is 181 - color contains mainly: red. Hex color #B54585 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B54585 is #4ABA7A. Grayscale: #6D6D6D. Windows color (decimal): -4897403 or 8734133. OLE color: 8734133.

HSL color Cylindrical-coordinate representation of color #B54585: hue angle of 325.71º degrees, saturation: 0.45, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B54585 is Cyan = 0, Magento = 0.62, Yellow = 0.27 and Black (K on CMYK) = 0.29.

Color convert

RGB18169133-
CMYK00.620.270.29
HSL325.71º44.8%49.02%-
HSV(B)325.71º61.88%70.98%-
XYZ25.4215.7723.9-
YUV109.78141.11178.8-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 47.26%
GREEN value IS 69 (27.34% from 255) = 18.02%
BLUE value IS 133 (52.34% from 255) = 34.73%
R=47.26%
G=18.02%
B=34.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.27
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1816913300.620.270.29325.7144.849.02
HexB5458503E1B1D1462d31
Octal26510520507633355065561
Binary1011010110001011000010101111101101111101101000110101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B54585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B54585; }

 p { color: rgb(181,69,133); }

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

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

 a { background-color: rgb(181,69,133); }

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

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

 span { border-color: rgb(181,69,133); }

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