#B84594

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

Shades of Mulberry #B84594

Tints of Mulberry #B84594

Color information

#B84594 (or 0xB84594) is unknown color: approx Mulberry. HEX triplet: B8, 45 and 94. RGB value is (184,69,148). Sum of RGB (Red+Green+Blue) = 184+69+148=401 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.89% from 401); Green value is 69 (27.34% from 255 or 17.21% from 401); Blue value is 148 (58.20% from 255 or 36.91% from 401); Max value from RGB is 184 - color contains mainly: red. Hex color #B84594 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B84594 is #47BA6B. Grayscale: #707070. Windows color (decimal): -4700780 or 9717176. OLE color: 9717176.

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

Color convert

RGB18469148-
CMYK00.620.200.28
HSL318.78º45.45%49.61%-
HSV(B)318.78º62.5%72.16%-
XYZ27.2416.5829.78-
YUV112.39148.1179.08-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 45.89%
GREEN value IS 69 (27.34% from 255) = 17.21%
BLUE value IS 148 (58.20% from 255) = 36.91%
R=45.89%
G=17.21%
B=36.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.20
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1846914800.620.200.28318.7845.4549.61
HexB8459403E141C13f2d32
Octal27010522407624344775562
Binary1011100010001011001010001111101010011100100111111101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B84594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B84594; }

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

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

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

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

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

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

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

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