#B54A8A

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

Shades of Mulberry #B54A8A

Tints of Mulberry #B54A8A

Color information

#B54A8A (or 0xB54A8A) is unknown color: approx Mulberry. HEX triplet: B5, 4A and 8A. RGB value is (181,74,138). Sum of RGB (Red+Green+Blue) = 181+74+138=393 (52% of max value = 765). Red value is 181 (71.09% from 255 or 46.06% from 393); Green value is 74 (29.30% from 255 or 18.83% from 393); Blue value is 138 (54.30% from 255 or 35.11% from 393); Max value from RGB is 181 - color contains mainly: red. Hex color #B54A8A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B54A8A is #4AB575. Grayscale: #717171. Windows color (decimal): -4896118 or 9063093. OLE color: 9063093.

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

Color convert

RGB18174138-
CMYK00.590.240.29
HSL324.11º41.96%50%-
HSV(B)324.11º59.12%70.98%-
XYZ26.0916.5625.87-
YUV113.29141.95176.3-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 46.06%
GREEN value IS 74 (29.30% from 255) = 18.83%
BLUE value IS 138 (54.30% from 255) = 35.11%
R=46.06%
G=18.83%
B=35.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.24
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1817413800.590.240.29324.1141.9650
HexB54A8A03B181D1442a32
Octal26511221207330355045262
Binary1011010110010101000101001110111100011101101000100101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B54A8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B54A8A; }

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

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

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

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

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

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

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

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