#B94D8B

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

Shades of Mulberry #B94D8B

Tints of Mulberry #B94D8B

Color information

#B94D8B (or 0xB94D8B) is unknown color: approx Mulberry. HEX triplet: B9, 4D and 8B. RGB value is (185,77,139). Sum of RGB (Red+Green+Blue) = 185+77+139=401 (53% of max value = 765). Red value is 185 (72.66% from 255 or 46.13% from 401); Green value is 77 (30.47% from 255 or 19.20% from 401); Blue value is 139 (54.69% from 255 or 34.66% from 401); Max value from RGB is 185 - color contains mainly: red. Hex color #B94D8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B94D8B is #46B274. Grayscale: #747474. Windows color (decimal): -4633205 or 9129401. OLE color: 9129401.

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

Color convert

RGB18577139-
CMYK00.580.250.27
HSL325.56º43.55%51.37%-
HSV(B)325.56º58.38%72.55%-
XYZ27.3217.4926.36-
YUV116.36140.78176.96-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 46.13%
GREEN value IS 77 (30.47% from 255) = 19.20%
BLUE value IS 139 (54.69% from 255) = 34.66%
R=46.13%
G=19.20%
B=34.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.25
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1857713900.580.250.27325.5643.5551.37
HexB94D8B03A191B1462c33
Octal27111521307231335065463
Binary1011100110011011000101101110101100111011101000110101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B94D8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B94D8B; }

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

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

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

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

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

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

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

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