#B94691

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

Shades of Mulberry #B94691

Tints of Mulberry #B94691

Color information

#B94691 (or 0xB94691) is unknown color: approx Mulberry. HEX triplet: B9, 46 and 91. RGB value is (185,70,145). Sum of RGB (Red+Green+Blue) = 185+70+145=400 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.25% from 400); Green value is 70 (27.73% from 255 or 17.5% from 400); Blue value is 145 (57.03% from 255 or 36.25% from 400); Max value from RGB is 185 - color contains mainly: red. Hex color #B94691 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B94691 is #46B96E. Grayscale: #707070. Windows color (decimal): -4634991 or 9520825. OLE color: 9520825.

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

Color convert

RGB18570145-
CMYK00.620.220.27
HSL320.87º45.1%50%-
HSV(B)320.87º62.16%72.55%-
XYZ27.3116.7428.58-
YUV112.94146.1179.4-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 46.25%
GREEN value IS 70 (27.73% from 255) = 17.5%
BLUE value IS 145 (57.03% from 255) = 36.25%
R=46.25%
G=17.5%
B=36.25%

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
Decimal1857014500.620.220.27320.8745.150
HexB9469103E161B1412d32
Octal27110622107626335015562
Binary1011100110001101001000101111101011011011101000001101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B94691

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B94691; }

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

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

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

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

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

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

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

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