#B94690

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

Shades of Mulberry #B94690

Tints of Mulberry #B94690

Color information

#B94690 (or 0xB94690) is unknown color: approx Mulberry. HEX triplet: B9, 46 and 90. RGB value is (185,70,144). Sum of RGB (Red+Green+Blue) = 185+70+144=399 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.37% from 399); Green value is 70 (27.73% from 255 or 17.54% from 399); Blue value is 144 (56.64% from 255 or 36.09% from 399); Max value from RGB is 185 - color contains mainly: red. Hex color #B94690 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B94690 is #46B96F. Grayscale: #707070. Windows color (decimal): -4634992 or 9455289. OLE color: 9455289.

HSL color Cylindrical-coordinate representation of color #B94690: hue angle of 321.39º 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 #B94690 is Cyan = 0, Magento = 0.62, Yellow = 0.22 and Black (K on CMYK) = 0.27.

Color convert

RGB18570144-
CMYK00.620.220.27
HSL321.39º45.1%50%-
HSV(B)321.39º62.16%72.55%-
XYZ27.2316.7128.18-
YUV112.82145.6179.48-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 46.37%
GREEN value IS 70 (27.73% from 255) = 17.54%
BLUE value IS 144 (56.64% from 255) = 36.09%
R=46.37%
G=17.54%
B=36.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.22
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1857014400.620.220.27321.3945.150
HexB9469003E161B1412d32
Octal27110622007626335015562
Binary1011100110001101001000001111101011011011101000001101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B94690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B94690; }

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

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

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

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

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

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

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

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