#B94490

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

Shades of Mulberry #B94490

Tints of Mulberry #B94490

Color information

#B94490 (or 0xB94490) is unknown color: approx Mulberry. HEX triplet: B9, 44 and 90. RGB value is (185,68,144). Sum of RGB (Red+Green+Blue) = 185+68+144=397 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.60% from 397); Green value is 68 (26.95% from 255 or 17.13% from 397); Blue value is 144 (56.64% from 255 or 36.27% from 397); Max value from RGB is 185 - color contains mainly: red. Hex color #B94490 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B94490 is #46BB6F. Grayscale: #6F6F6F. Windows color (decimal): -4635504 or 9454777. OLE color: 9454777.

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

Color convert

RGB18568144-
CMYK00.630.220.27
HSL321.03º46.25%49.61%-
HSV(B)321.03º63.24%72.55%-
XYZ27.1116.4628.13-
YUV111.65146.26180.32-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 46.60%
GREEN value IS 68 (26.95% from 255) = 17.13%
BLUE value IS 144 (56.64% from 255) = 36.27%
R=46.60%
G=17.13%
B=36.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.22
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1856814400.630.220.27321.0346.2549.61
HexB9449003F161B1412e32
Octal27110422007726335015662
Binary1011100110001001001000001111111011011011101000001101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B94490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B94490; }

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

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

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

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

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

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

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

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