#B94E99

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

Shades of Mulberry #B94E99

Tints of Mulberry #B94E99

Color information

#B94E99 (or 0xB94E99) is unknown color: approx Mulberry. HEX triplet: B9, 4E and 99. RGB value is (185,78,153). Sum of RGB (Red+Green+Blue) = 185+78+153=416 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.47% from 416); Green value is 78 (30.86% from 255 or 18.75% from 416); Blue value is 153 (60.16% from 255 or 36.78% from 416); Max value from RGB is 185 - color contains mainly: red. Hex color #B94E99 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B94E99 is #46B166. Grayscale: #767676. Windows color (decimal): -4632935 or 10047161. OLE color: 10047161.

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

Color convert

RGB18578153-
CMYK00.580.170.27
HSL317.94º43.32%51.57%-
HSV(B)317.94º57.84%72.55%-
XYZ28.4818.0632.12-
YUV118.54147.45175.4-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 44.47%
GREEN value IS 78 (30.86% from 255) = 18.75%
BLUE value IS 153 (60.16% from 255) = 36.78%
R=44.47%
G=18.75%
B=36.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.17
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1857815300.580.170.27317.9443.3251.57
HexB94E9903A111B13e2b34
Octal27111623107221334765364
Binary1011100110011101001100101110101000111011100111110101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B94E99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B94E99; }

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

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

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

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

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

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

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

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