#B54784

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

Shades of Mulberry #B54784

Tints of Mulberry #B54784

Color information

#B54784 (or 0xB54784) is unknown color: approx Mulberry. HEX triplet: B5, 47 and 84. RGB value is (181,71,132). Sum of RGB (Red+Green+Blue) = 181+71+132=384 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.14% from 384); Green value is 71 (28.12% from 255 or 18.49% from 384); Blue value is 132 (51.95% from 255 or 34.38% from 384); Max value from RGB is 181 - color contains mainly: red. Hex color #B54784 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B54784 is #4AB87B. Grayscale: #6E6E6E. Windows color (decimal): -4896892 or 8669109. OLE color: 8669109.

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

Color convert

RGB18171132-
CMYK00.610.270.29
HSL326.73º43.65%49.41%-
HSV(B)326.73º60.77%70.98%-
XYZ25.471623.57-
YUV110.84139.94178.04-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 47.14%
GREEN value IS 71 (28.12% from 255) = 18.49%
BLUE value IS 132 (51.95% from 255) = 34.38%
R=47.14%
G=18.49%
B=34.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.27
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1817113200.610.270.29326.7343.6549.41
HexB5478403D1B1D1472c31
Octal26510720407533355075461
Binary1011010110001111000010001111011101111101101000111101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B54784

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B54784; }

 p { color: rgb(181,71,132); }

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

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

 a { background-color: rgb(181,71,132); }

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

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

 span { border-color: rgb(181,71,132); }

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