#B84881

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

Shades of Mulberry #B84881

Tints of Mulberry #B84881

Color information

#B84881 (or 0xB84881) is unknown color: approx Mulberry. HEX triplet: B8, 48 and 81. RGB value is (184,72,129). Sum of RGB (Red+Green+Blue) = 184+72+129=385 (50% of max value = 765). Red value is 184 (72.27% from 255 or 47.79% from 385); Green value is 72 (28.52% from 255 or 18.70% from 385); Blue value is 129 (50.78% from 255 or 33.51% from 385); Max value from RGB is 184 - color contains mainly: red. Hex color #B84881 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B84881 is #47B77E. Grayscale: #6F6F6F. Windows color (decimal): -4700031 or 8472760. OLE color: 8472760.

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

Color convert

RGB18472129-
CMYK00.610.300.28
HSL329.46º44.09%50.2%-
HSV(B)329.46º60.87%72.16%-
XYZ26.0516.4122.56-
YUV111.99137.61179.37-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 47.79%
GREEN value IS 72 (28.52% from 255) = 18.70%
BLUE value IS 129 (50.78% from 255) = 33.51%
R=47.79%
G=18.70%
B=33.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.30
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1847212900.610.300.28329.4644.0950.2
HexB8488103D1E1C1492c32
Octal27011020107536345115462
Binary1011100010010001000000101111011111011100101001001101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B84881

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B84881; }

 p { color: rgb(184,72,129); }

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

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

 a { background-color: rgb(184,72,129); }

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

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

 span { border-color: rgb(184,72,129); }

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