#B54D8A

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

Shades of Mulberry #B54D8A

Tints of Mulberry #B54D8A

Color information

#B54D8A (or 0xB54D8A) is unknown color: approx Mulberry. HEX triplet: B5, 4D and 8A. RGB value is (181,77,138). Sum of RGB (Red+Green+Blue) = 181+77+138=396 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.71% from 396); Green value is 77 (30.47% from 255 or 19.44% from 396); Blue value is 138 (54.30% from 255 or 34.85% from 396); Max value from RGB is 181 - color contains mainly: red. Hex color #B54D8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B54D8A is #4AB275. Grayscale: #727272. Windows color (decimal): -4895350 or 9063861. OLE color: 9063861.

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

Color convert

RGB18177138-
CMYK00.570.240.29
HSL324.81º41.27%50.59%-
HSV(B)324.81º57.46%70.98%-
XYZ26.316.9725.93-
YUV115.05140.96175.04-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 45.71%
GREEN value IS 77 (30.47% from 255) = 19.44%
BLUE value IS 138 (54.30% from 255) = 34.85%
R=45.71%
G=19.44%
B=34.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.24
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1817713800.570.240.29324.8141.2750.59
HexB54D8A039181D1452933
Octal26511521207130355055163
Binary1011010110011011000101001110011100011101101000101101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B54D8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B54D8A; }

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

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

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

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

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

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

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

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