#B94C90

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

Shades of Mulberry #B94C90

Tints of Mulberry #B94C90

Color information

#B94C90 (or 0xB94C90) is unknown color: approx Mulberry. HEX triplet: B9, 4C and 90. RGB value is (185,76,144). Sum of RGB (Red+Green+Blue) = 185+76+144=405 (53% of max value = 765). Red value is 185 (72.66% from 255 or 45.68% from 405); Green value is 76 (30.08% from 255 or 18.77% from 405); Blue value is 144 (56.64% from 255 or 35.56% from 405); Max value from RGB is 185 - color contains mainly: red. Hex color #B94C90 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B94C90 is #46B36F. Grayscale: #747474. Windows color (decimal): -4633456 or 9456825. OLE color: 9456825.

HSL color Cylindrical-coordinate representation of color #B94C90: hue angle of 322.57º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B94C90 is Cyan = 0, Magento = 0.59, Yellow = 0.22 and Black (K on CMYK) = 0.27.

Color convert

RGB18576144-
CMYK00.590.220.27
HSL322.57º43.78%51.18%-
HSV(B)322.57º58.92%72.55%-
XYZ27.6317.528.31-
YUV116.34143.61176.97-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 45.68%
GREEN value IS 76 (30.08% from 255) = 18.77%
BLUE value IS 144 (56.64% from 255) = 35.56%
R=45.68%
G=18.77%
B=35.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.22
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1857614400.590.220.27322.5743.7851.18
HexB94C9003B161B1432c33
Octal27111422007326335035463
Binary1011100110011001001000001110111011011011101000011101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B94C90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B94C90; }

 p { color: rgb(185,76,144); }

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

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

 a { background-color: rgb(185,76,144); }

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

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

 span { border-color: rgb(185,76,144); }

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