#B54D99

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

Shades of Mulberry #B54D99

Tints of Mulberry #B54D99

Color information

#B54D99 (or 0xB54D99) is unknown color: approx Mulberry. HEX triplet: B5, 4D and 99. RGB value is (181,77,153). Sum of RGB (Red+Green+Blue) = 181+77+153=411 (54% of max value = 765). Red value is 181 (71.09% from 255 or 44.04% from 411); Green value is 77 (30.47% from 255 or 18.73% from 411); Blue value is 153 (60.16% from 255 or 37.23% from 411); Max value from RGB is 181 - color contains mainly: red. Hex color #B54D99 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B54D99 is #4AB266. Grayscale: #747474. Windows color (decimal): -4895335 or 10046901. OLE color: 10046901.

HSL color Cylindrical-coordinate representation of color #B54D99: hue angle of 316.15º 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 #B54D99 is Cyan = 0, Magento = 0.57, Yellow = 0.15 and Black (K on CMYK) = 0.29.

Color convert

RGB18177153-
CMYK00.570.150.29
HSL316.15º41.27%50.59%-
HSV(B)316.15º57.46%70.98%-
XYZ27.4617.4332.05-
YUV116.76148.46173.82-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 44.04%
GREEN value IS 77 (30.47% from 255) = 18.73%
BLUE value IS 153 (60.16% from 255) = 37.23%
R=44.04%
G=18.73%
B=37.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.15
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1817715300.570.150.29316.1541.2750.59
HexB54D99039F1D13c2933
Octal26511523107117354745163
Binary101101011001101100110010111001111111101100111100101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B54D99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B54D99; }

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

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

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

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

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

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

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

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