#B54D95

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

Shades of Mulberry #B54D95

Tints of Mulberry #B54D95

Color information

#B54D95 (or 0xB54D95) is unknown color: approx Mulberry. HEX triplet: B5, 4D and 95. RGB value is (181,77,149). Sum of RGB (Red+Green+Blue) = 181+77+149=407 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.47% from 407); Green value is 77 (30.47% from 255 or 18.92% from 407); Blue value is 149 (58.59% from 255 or 36.61% from 407); Max value from RGB is 181 - color contains mainly: red. Hex color #B54D95 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B54D95 is #4AB26A. Grayscale: #747474. Windows color (decimal): -4895339 or 9784757. OLE color: 9784757.

HSL color Cylindrical-coordinate representation of color #B54D95: hue angle of 318.46º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B54D95 is Cyan = 0, Magento = 0.57, Yellow = 0.18 and Black (K on CMYK) = 0.29.

Color convert

RGB18177149-
CMYK00.570.180.29
HSL318.46º41.27%50.59%-
HSV(B)318.46º57.46%70.98%-
XYZ27.1317.330.34-
YUV116.3146.46174.15-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 44.47%
GREEN value IS 77 (30.47% from 255) = 18.92%
BLUE value IS 149 (58.59% from 255) = 36.61%
R=44.47%
G=18.92%
B=36.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.18
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1817714900.570.180.29318.4641.2750.59
HexB54D95039121D13e2933
Octal26511522507122354765163
Binary1011010110011011001010101110011001011101100111110101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B54D95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B54D95; }

 p { color: rgb(181,77,149); }

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

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

 a { background-color: rgb(181,77,149); }

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

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

 span { border-color: rgb(181,77,149); }

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