#B94D9C

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

Shades of Mulberry #B94D9C

Tints of Mulberry #B94D9C

Color information

#B94D9C (or 0xB94D9C) is unknown color: approx Mulberry. HEX triplet: B9, 4D and 9C. RGB value is (185,77,156). Sum of RGB (Red+Green+Blue) = 185+77+156=418 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.26% from 418); Green value is 77 (30.47% from 255 or 18.42% from 418); Blue value is 156 (61.33% from 255 or 37.32% from 418); Max value from RGB is 185 - color contains mainly: red. Hex color #B94D9C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B94D9C is #46B263. Grayscale: #767676. Windows color (decimal): -4633188 or 10243513. OLE color: 10243513.

HSL color Cylindrical-coordinate representation of color #B94D9C: hue angle of 316.11º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B94D9C is Cyan = 0, Magento = 0.58, Yellow = 0.16 and Black (K on CMYK) = 0.27.

Color convert

RGB18577156-
CMYK00.580.160.27
HSL316.11º43.55%51.37%-
HSV(B)316.11º58.38%72.55%-
XYZ28.6618.0233.42-
YUV118.3149.28175.58-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 44.26%
GREEN value IS 77 (30.47% from 255) = 18.42%
BLUE value IS 156 (61.33% from 255) = 37.32%
R=44.26%
G=18.42%
B=37.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.16
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1857715600.580.160.27316.1143.5551.37
HexB94D9C03A101B13c2c33
Octal27111523407220334745463
Binary1011100110011011001110001110101000011011100111100101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B94D9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B94D9C; }

 p { color: rgb(185,77,156); }

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

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

 a { background-color: rgb(185,77,156); }

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

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

 span { border-color: rgb(185,77,156); }

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