#B84394

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

Shades of Mulberry #B84394

Tints of Mulberry #B84394

Color information

#B84394 (or 0xB84394) is unknown color: approx Mulberry. HEX triplet: B8, 43 and 94. RGB value is (184,67,148). Sum of RGB (Red+Green+Blue) = 184+67+148=399 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.12% from 399); Green value is 67 (26.56% from 255 or 16.79% from 399); Blue value is 148 (58.20% from 255 or 37.09% from 399); Max value from RGB is 184 - color contains mainly: red. Hex color #B84394 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B84394 is #47BC6B. Grayscale: #6F6F6F. Windows color (decimal): -4701292 or 9716664. OLE color: 9716664.

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

Color convert

RGB18467148-
CMYK00.640.200.28
HSL318.46º46.61%49.22%-
HSV(B)318.46º63.59%72.16%-
XYZ27.1216.3429.74-
YUV111.22148.76179.91-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 46.12%
GREEN value IS 67 (26.56% from 255) = 16.79%
BLUE value IS 148 (58.20% from 255) = 37.09%
R=46.12%
G=16.79%
B=37.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.20
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1846714800.640.200.28318.4646.6149.22
HexB84394040141C13e2f31
Octal270103224010024344765761
Binary10111000100001110010100010000001010011100100111110101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B84394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B84394; }

 p { color: rgb(184,67,148); }

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

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

 a { background-color: rgb(184,67,148); }

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

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

 span { border-color: rgb(184,67,148); }

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