#B94DA1

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

Shades of Mulberry #B94DA1

Tints of Mulberry #B94DA1

Color information

#B94DA1 (or 0xB94DA1) is unknown color: approx Mulberry. HEX triplet: B9, 4D and A1. RGB value is (185,77,161). Sum of RGB (Red+Green+Blue) = 185+77+161=423 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.74% from 423); Green value is 77 (30.47% from 255 or 18.20% from 423); Blue value is 161 (63.28% from 255 or 38.06% from 423); Max value from RGB is 185 - color contains mainly: red. Hex color #B94DA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B94DA1 is #46B25E. Grayscale: #767676. Windows color (decimal): -4633183 or 10571193. OLE color: 10571193.

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

Color convert

RGB18577161-
CMYK00.580.130.27
HSL313.33º43.55%51.37%-
HSV(B)313.33º58.38%72.55%-
XYZ29.0918.235.7-
YUV118.87151.78175.17-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 43.74%
GREEN value IS 77 (30.47% from 255) = 18.20%
BLUE value IS 161 (63.28% from 255) = 38.06%
R=43.74%
G=18.20%
B=38.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.13
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1857716100.580.130.27313.3343.5551.37
HexB94DA103AD1B1392c33
Octal27111524107215334715463
Binary101110011001101101000010111010110111011100111001101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B94DA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B94DA1; }

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

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

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

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

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

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

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

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