#B54682

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

Shades of Mulberry #B54682

Tints of Mulberry #B54682

Color information

#B54682 (or 0xB54682) is unknown color: approx Mulberry. HEX triplet: B5, 46 and 82. RGB value is (181,70,130). Sum of RGB (Red+Green+Blue) = 181+70+130=381 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.51% from 381); Green value is 70 (27.73% from 255 or 18.37% from 381); Blue value is 130 (51.17% from 255 or 34.12% from 381); Max value from RGB is 181 - color contains mainly: red. Hex color #B54682 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B54682 is #4AB97D. Grayscale: #6D6D6D. Windows color (decimal): -4897150 or 8537781. OLE color: 8537781.

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

Color convert

RGB18170130-
CMYK00.610.280.29
HSL327.57º44.22%49.22%-
HSV(B)327.57º61.33%70.98%-
XYZ25.2815.8222.84-
YUV110.03139.27178.62-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 47.51%
GREEN value IS 70 (27.73% from 255) = 18.37%
BLUE value IS 130 (51.17% from 255) = 34.12%
R=47.51%
G=18.37%
B=34.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.28
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1817013000.610.280.29327.5744.2249.22
HexB5468203D1C1D1482c31
Octal26510620207534355105461
Binary1011010110001101000001001111011110011101101001000101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B54682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B54682; }

 p { color: rgb(181,70,130); }

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

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

 a { background-color: rgb(181,70,130); }

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

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

 span { border-color: rgb(181,70,130); }

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