#B94694

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

Shades of Mulberry #B94694

Tints of Mulberry #B94694

Color information

#B94694 (or 0xB94694) is unknown color: approx Mulberry. HEX triplet: B9, 46 and 94. RGB value is (185,70,148). Sum of RGB (Red+Green+Blue) = 185+70+148=403 (53% of max value = 765). Red value is 185 (72.66% from 255 or 45.91% from 403); Green value is 70 (27.73% from 255 or 17.37% from 403); Blue value is 148 (58.20% from 255 or 36.72% from 403); Max value from RGB is 185 - color contains mainly: red. Hex color #B94694 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B94694 is #46B96B. Grayscale: #717171. Windows color (decimal): -4634988 or 9717433. OLE color: 9717433.

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

Color convert

RGB18570148-
CMYK00.620.200.27
HSL319.3º45.1%50%-
HSV(B)319.3º62.16%72.55%-
XYZ27.5416.8329.81-
YUV113.28147.6179.16-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 45.91%
GREEN value IS 70 (27.73% from 255) = 17.37%
BLUE value IS 148 (58.20% from 255) = 36.72%
R=45.91%
G=17.37%
B=36.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.20
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1857014800.620.200.27319.345.150
HexB9469403E141B13f2d32
Octal27110622407624334775562
Binary1011100110001101001010001111101010011011100111111101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B94694

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B94694; }

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

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

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

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

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

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

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

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