#B94D8D

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

Shades of Mulberry #B94D8D

Tints of Mulberry #B94D8D

Color information

#B94D8D (or 0xB94D8D) is unknown color: approx Mulberry. HEX triplet: B9, 4D and 8D. RGB value is (185,77,141). Sum of RGB (Red+Green+Blue) = 185+77+141=403 (53% of max value = 765). Red value is 185 (72.66% from 255 or 45.91% from 403); Green value is 77 (30.47% from 255 or 19.11% from 403); Blue value is 141 (55.47% from 255 or 34.99% from 403); Max value from RGB is 185 - color contains mainly: red. Hex color #B94D8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B94D8D is #46B272. Grayscale: #747474. Windows color (decimal): -4633203 or 9260473. OLE color: 9260473.

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

Color convert

RGB18577141-
CMYK00.580.240.27
HSL324.44º43.55%51.37%-
HSV(B)324.44º58.38%72.55%-
XYZ27.4717.5527.14-
YUV116.59141.78176.8-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 45.91%
GREEN value IS 77 (30.47% from 255) = 19.11%
BLUE value IS 141 (55.47% from 255) = 34.99%
R=45.91%
G=19.11%
B=34.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.24
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1857714100.580.240.27324.4443.5551.37
HexB94D8D03A181B1442c33
Octal27111521507230335045463
Binary1011100110011011000110101110101100011011101000100101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B94D8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B94D8D; }

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

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

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

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

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

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

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

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