#B94594

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

Shades of Mulberry #B94594

Tints of Mulberry #B94594

Color information

#B94594 (or 0xB94594) is unknown color: approx Mulberry. HEX triplet: B9, 45 and 94. RGB value is (185,69,148). Sum of RGB (Red+Green+Blue) = 185+69+148=402 (53% of max value = 765). Red value is 185 (72.66% from 255 or 46.02% from 402); Green value is 69 (27.34% from 255 or 17.16% from 402); Blue value is 148 (58.20% from 255 or 36.82% from 402); Max value from RGB is 185 - color contains mainly: red. Hex color #B94594 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B94594 is #46BA6B. Grayscale: #707070. Windows color (decimal): -4635244 or 9717177. OLE color: 9717177.

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

Color convert

RGB18569148-
CMYK00.630.200.27
HSL319.14º45.67%49.8%-
HSV(B)319.14º62.7%72.55%-
XYZ27.4816.7129.79-
YUV112.69147.93179.58-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 46.02%
GREEN value IS 69 (27.34% from 255) = 17.16%
BLUE value IS 148 (58.20% from 255) = 36.82%
R=46.02%
G=17.16%
B=36.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.20
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1856914800.630.200.27319.1445.6749.8
HexB9459403F141B13f2e32
Octal27110522407724334775662
Binary1011100110001011001010001111111010011011100111111101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B94594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B94594; }

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

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

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

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

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

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

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

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