#B94E95

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

Shades of Mulberry #B94E95

Tints of Mulberry #B94E95

Color information

#B94E95 (or 0xB94E95) is unknown color: approx Mulberry. HEX triplet: B9, 4E and 95. RGB value is (185,78,149). Sum of RGB (Red+Green+Blue) = 185+78+149=412 (54% of max value = 765). Red value is 185 (72.66% from 255 or 44.90% from 412); Green value is 78 (30.86% from 255 or 18.93% from 412); Blue value is 149 (58.59% from 255 or 36.17% from 412); Max value from RGB is 185 - color contains mainly: red. Hex color #B94E95 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B94E95 is #46B16A. Grayscale: #757575. Windows color (decimal): -4632939 or 9785017. OLE color: 9785017.

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

Color convert

RGB18578149-
CMYK00.580.190.27
HSL320.19º43.32%51.57%-
HSV(B)320.19º57.84%72.55%-
XYZ28.1617.9330.41-
YUV118.09145.45175.73-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 44.90%
GREEN value IS 78 (30.86% from 255) = 18.93%
BLUE value IS 149 (58.59% from 255) = 36.17%
R=44.90%
G=18.93%
B=36.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.19
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1857814900.580.190.27320.1943.3251.57
HexB94E9503A131B1402b34
Octal27111622507223335005364
Binary1011100110011101001010101110101001111011101000000101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B94E95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B94E95; }

 p { color: rgb(185,78,149); }

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

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

 a { background-color: rgb(185,78,149); }

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

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

 span { border-color: rgb(185,78,149); }

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