#B54399

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

Shades of Mulberry #B54399

Tints of Mulberry #B54399

Color information

#B54399 (or 0xB54399) is unknown color: approx Mulberry. HEX triplet: B5, 43 and 99. RGB value is (181,67,153). Sum of RGB (Red+Green+Blue) = 181+67+153=401 (53% of max value = 765). Red value is 181 (71.09% from 255 or 45.14% from 401); Green value is 67 (26.56% from 255 or 16.71% from 401); Blue value is 153 (60.16% from 255 or 38.15% from 401); Max value from RGB is 181 - color contains mainly: red. Hex color #B54399 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B54399 is #4ABC66. Grayscale: #6E6E6E. Windows color (decimal): -4897895 or 10044341. OLE color: 10044341.

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

Color convert

RGB18167153-
CMYK00.630.150.29
HSL314.74º45.97%48.63%-
HSV(B)314.74º62.98%70.98%-
XYZ26.8116.1431.84-
YUV110.89151.77178.01-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 45.14%
GREEN value IS 67 (26.56% from 255) = 16.71%
BLUE value IS 153 (60.16% from 255) = 38.15%
R=45.14%
G=16.71%
B=38.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.15
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1816715300.630.150.29314.7445.9748.63
HexB5439903FF1D13b2e31
Octal26510323107717354735661
Binary101101011000011100110010111111111111101100111011101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B54399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B54399; }

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

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

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

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

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

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

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

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