#B54C8D

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

Shades of Mulberry #B54C8D

Tints of Mulberry #B54C8D

Color information

#B54C8D (or 0xB54C8D) is unknown color: approx Mulberry. HEX triplet: B5, 4C and 8D. RGB value is (181,76,141). Sum of RGB (Red+Green+Blue) = 181+76+141=398 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.48% from 398); Green value is 76 (30.08% from 255 or 19.10% from 398); Blue value is 141 (55.47% from 255 or 35.43% from 398); Max value from RGB is 181 - color contains mainly: red. Hex color #B54C8D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B54C8D is #4AB372. Grayscale: #727272. Windows color (decimal): -4895603 or 9260213. OLE color: 9260213.

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

Color convert

RGB18176141-
CMYK00.580.220.29
HSL322.86º41.5%50.39%-
HSV(B)322.86º58.01%70.98%-
XYZ26.4516.9227.07-
YUV114.8142.79175.21-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 45.48%
GREEN value IS 76 (30.08% from 255) = 19.10%
BLUE value IS 141 (55.47% from 255) = 35.43%
R=45.48%
G=19.10%
B=35.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.22
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1817614100.580.220.29322.8641.550.39
HexB54C8D03A161D1432a32
Octal26511421507226355035262
Binary1011010110011001000110101110101011011101101000011101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B54C8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B54C8D; }

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

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

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

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

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

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

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

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