#b54c99

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

Shades of Mulberry #B54C99

Tints of Mulberry #B54C99

Color information

#B54C99 (or 0xB54C99) is unknown color: approx Mulberry. HEX triplet: B5, 4C and 99. RGB value is (181,76,153). Sum of RGB (Red+Green+Blue) = 181+76+153=410 (54% of max value = 765). Red value is 181 (71.09% from 255 or 44.15% from 410); Green value is 76 (30.08% from 255 or 18.54% from 410); Blue value is 153 (60.16% from 255 or 37.32% from 410); Max value from RGB is 181 - color contains mainly: red. Hex color #B54C99 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B54C99 is #4AB366. Grayscale: #737373. Windows color (decimal): -4895591 or 10046645. OLE color: 10046645.

HSL color Cylindrical-coordinate representation of color #B54C99: hue angle of 316º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B54C99 is Cyan = 0, Magento = 0.58, Yellow = 0.15 and Black (K on CMYK) = 0.29.

Color convert

RGB18176153-
CMYK00.580.150.29
HSL316º41.5%50.39%-
HSV(B)316º58.01%70.98%-
XYZ27.3917.2932.03-
YUV116.17148.79174.24-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 44.15%
GREEN value IS 76 (30.08% from 255) = 18.54%
BLUE value IS 153 (60.16% from 255) = 37.32%
R=44.15%
G=18.54%
B=37.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.15
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1817615300.580.150.2931641.550.39
HexB54C9903AF1D13c2a32
Octal26511423107217354745262
Binary101101011001100100110010111010111111101100111100101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b54c99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b54c99; }

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

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

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

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

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

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

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

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