#B94C95

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

Shades of Mulberry #B94C95

Tints of Mulberry #B94C95

Color information

#B94C95 (or 0xB94C95) is unknown color: approx Mulberry. HEX triplet: B9, 4C and 95. RGB value is (185,76,149). Sum of RGB (Red+Green+Blue) = 185+76+149=410 (54% of max value = 765). Red value is 185 (72.66% from 255 or 45.12% from 410); Green value is 76 (30.08% from 255 or 18.54% from 410); Blue value is 149 (58.59% from 255 or 36.34% from 410); Max value from RGB is 185 - color contains mainly: red. Hex color #B94C95 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B94C95 is #46B36A. Grayscale: #747474. Windows color (decimal): -4633451 or 9784505. OLE color: 9784505.

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

Color convert

RGB18576149-
CMYK00.590.190.27
HSL319.82º43.78%51.18%-
HSV(B)319.82º58.92%72.55%-
XYZ28.0217.6530.36-
YUV116.91146.11176.56-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 45.12%
GREEN value IS 76 (30.08% from 255) = 18.54%
BLUE value IS 149 (58.59% from 255) = 36.34%
R=45.12%
G=18.54%
B=36.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.19
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1857614900.590.190.27319.8243.7851.18
HexB94C9503B131B1402c33
Octal27111422507323335005463
Binary1011100110011001001010101110111001111011101000000101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B94C95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B94C95; }

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

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

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

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

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

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

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

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