#B94588

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

Shades of Mulberry #B94588

Tints of Mulberry #B94588

Color information

#B94588 (or 0xB94588) is unknown color: approx Mulberry. HEX triplet: B9, 45 and 88. RGB value is (185,69,136). Sum of RGB (Red+Green+Blue) = 185+69+136=390 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.44% from 390); Green value is 69 (27.34% from 255 or 17.69% from 390); Blue value is 136 (53.52% from 255 or 34.87% from 390); Max value from RGB is 185 - color contains mainly: red. Hex color #B94588 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B94588 is #46BA77. Grayscale: #6F6F6F. Windows color (decimal): -4635256 or 8930745. OLE color: 8930745.

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

Color convert

RGB18569136-
CMYK00.630.260.27
HSL325.34º45.67%49.8%-
HSV(B)325.34º62.7%72.55%-
XYZ26.5816.3525.05-
YUV111.32141.93180.55-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 47.44%
GREEN value IS 69 (27.34% from 255) = 17.69%
BLUE value IS 136 (53.52% from 255) = 34.87%
R=47.44%
G=17.69%
B=34.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.26
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1856913600.630.260.27325.3445.6749.8
HexB9458803F1A1B1452e32
Octal27110521007732335055662
Binary1011100110001011000100001111111101011011101000101101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B94588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B94588; }

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

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

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

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

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

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

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

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