#B54D9C

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

Shades of Mulberry #B54D9C

Tints of Mulberry #B54D9C

Color information

#B54D9C (or 0xB54D9C) is unknown color: approx Mulberry. HEX triplet: B5, 4D and 9C. RGB value is (181,77,156). Sum of RGB (Red+Green+Blue) = 181+77+156=414 (54% of max value = 765). Red value is 181 (71.09% from 255 or 43.72% from 414); Green value is 77 (30.47% from 255 or 18.60% from 414); Blue value is 156 (61.33% from 255 or 37.68% from 414); Max value from RGB is 181 - color contains mainly: red. Hex color #B54D9C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B54D9C is #4AB263. Grayscale: #747474. Windows color (decimal): -4895332 or 10243509. OLE color: 10243509.

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

Color convert

RGB18177156-
CMYK00.570.140.29
HSL314.42º41.27%50.59%-
HSV(B)314.42º57.46%70.98%-
XYZ27.7117.5333.38-
YUV117.1149.96173.58-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 43.72%
GREEN value IS 77 (30.47% from 255) = 18.60%
BLUE value IS 156 (61.33% from 255) = 37.68%
R=43.72%
G=18.60%
B=37.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.14
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1817715600.570.140.29314.4241.2750.59
HexB54D9C039E1D13a2933
Octal26511523407116354725163
Binary101101011001101100111000111001111011101100111010101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B54D9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B54D9C; }

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

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

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

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

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

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

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

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