#B94C97

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

Shades of Mulberry #B94C97

Tints of Mulberry #B94C97

Color information

#B94C97 (or 0xB94C97) is unknown color: approx Mulberry. HEX triplet: B9, 4C and 97. RGB value is (185,76,151). Sum of RGB (Red+Green+Blue) = 185+76+151=412 (54% of max value = 765). Red value is 185 (72.66% from 255 or 44.90% from 412); Green value is 76 (30.08% from 255 or 18.45% from 412); Blue value is 151 (59.38% from 255 or 36.65% from 412); Max value from RGB is 185 - color contains mainly: red. Hex color #B94C97 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B94C97 is #46B368. Grayscale: #747474. Windows color (decimal): -4633449 or 9915577. OLE color: 9915577.

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

Color convert

RGB18576151-
CMYK00.590.180.27
HSL318.72º43.78%51.18%-
HSV(B)318.72º58.92%72.55%-
XYZ28.1817.7231.21-
YUV117.14147.11176.4-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 44.90%
GREEN value IS 76 (30.08% from 255) = 18.45%
BLUE value IS 151 (59.38% from 255) = 36.65%
R=44.90%
G=18.45%
B=36.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.18
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1857615100.590.180.27318.7243.7851.18
HexB94C9703B121B13f2c33
Octal27111422707322334775463
Binary1011100110011001001011101110111001011011100111111101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B94C97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B94C97; }

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

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

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

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

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

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

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

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