#B84486

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

Shades of Mulberry #B84486

Tints of Mulberry #B84486

Color information

#B84486 (or 0xB84486) is unknown color: approx Mulberry. HEX triplet: B8, 44 and 86. RGB value is (184,68,134). Sum of RGB (Red+Green+Blue) = 184+68+134=386 (51% of max value = 765). Red value is 184 (72.27% from 255 or 47.67% from 386); Green value is 68 (26.95% from 255 or 17.62% from 386); Blue value is 134 (52.73% from 255 or 34.72% from 386); Max value from RGB is 184 - color contains mainly: red. Hex color #B84486 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B84486 is #47BB79. Grayscale: #6E6E6E. Windows color (decimal): -4701050 or 8799416. OLE color: 8799416.

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

Color convert

RGB18468134-
CMYK00.630.270.28
HSL325.86º46.03%49.41%-
HSV(B)325.86º63.04%72.16%-
XYZ26.1416.0524.27-
YUV110.21141.43180.63-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 47.67%
GREEN value IS 68 (26.95% from 255) = 17.62%
BLUE value IS 134 (52.73% from 255) = 34.72%
R=47.67%
G=17.62%
B=34.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.27
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1846813400.630.270.28325.8646.0349.41
HexB8448603F1B1C1462e31
Octal27010420607733345065661
Binary1011100010001001000011001111111101111100101000110101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B84486

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B84486; }

 p { color: rgb(184,68,134); }

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

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

 a { background-color: rgb(184,68,134); }

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

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

 span { border-color: rgb(184,68,134); }

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