#B94C94

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

Shades of Mulberry #B94C94

Tints of Mulberry #B94C94

Color information

#B94C94 (or 0xB94C94) is unknown color: approx Mulberry. HEX triplet: B9, 4C and 94. RGB value is (185,76,148). Sum of RGB (Red+Green+Blue) = 185+76+148=409 (54% of max value = 765). Red value is 185 (72.66% from 255 or 45.23% from 409); Green value is 76 (30.08% from 255 or 18.58% from 409); Blue value is 148 (58.20% from 255 or 36.19% from 409); Max value from RGB is 185 - color contains mainly: red. Hex color #B94C94 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B94C94 is #46B36B. Grayscale: #747474. Windows color (decimal): -4633452 or 9718969. OLE color: 9718969.

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

Color convert

RGB18576148-
CMYK00.590.200.27
HSL320.37º43.78%51.18%-
HSV(B)320.37º58.92%72.55%-
XYZ27.9417.6229.95-
YUV116.8145.61176.65-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 45.23%
GREEN value IS 76 (30.08% from 255) = 18.58%
BLUE value IS 148 (58.20% from 255) = 36.19%
R=45.23%
G=18.58%
B=36.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.20
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1857614800.590.200.27320.3743.7851.18
HexB94C9403B141B1402c33
Octal27111422407324335005463
Binary1011100110011001001010001110111010011011101000000101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B94C94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B94C94; }

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

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

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

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

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

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

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

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