#B94788

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

Shades of Mulberry #B94788

Tints of Mulberry #B94788

Color information

#B94788 (or 0xB94788) is unknown color: approx Mulberry. HEX triplet: B9, 47 and 88. RGB value is (185,71,136). Sum of RGB (Red+Green+Blue) = 185+71+136=392 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.19% from 392); Green value is 71 (28.12% from 255 or 18.11% from 392); Blue value is 136 (53.52% from 255 or 34.69% from 392); Max value from RGB is 185 - color contains mainly: red. Hex color #B94788 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B94788 is #46B877. Grayscale: #707070. Windows color (decimal): -4634744 or 8931257. OLE color: 8931257.

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

Color convert

RGB18571136-
CMYK00.620.260.27
HSL325.79º44.88%50.2%-
HSV(B)325.79º61.62%72.55%-
XYZ26.716.625.09-
YUV112.5141.27179.71-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 47.19%
GREEN value IS 71 (28.12% from 255) = 18.11%
BLUE value IS 136 (53.52% from 255) = 34.69%
R=47.19%
G=18.11%
B=34.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.26
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1857113600.620.260.27325.7944.8850.2
HexB9478803E1A1B1462d32
Octal27110721007632335065562
Binary1011100110001111000100001111101101011011101000110101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B94788

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B94788; }

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

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

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

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

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

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

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

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