#B94CA2

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

Shades of Mulberry #B94CA2

Tints of Mulberry #B94CA2

Color information

#B94CA2 (or 0xB94CA2) is unknown color: approx Mulberry. HEX triplet: B9, 4C and A2. RGB value is (185,76,162). Sum of RGB (Red+Green+Blue) = 185+76+162=423 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.74% from 423); Green value is 76 (30.08% from 255 or 17.97% from 423); Blue value is 162 (63.67% from 255 or 38.30% from 423); Max value from RGB is 185 - color contains mainly: red. Hex color #B94CA2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B94CA2 is #46B35D. Grayscale: #767676. Windows color (decimal): -4633438 or 10636473. OLE color: 10636473.

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

Color convert

RGB18576162-
CMYK00.590.120.27
HSL312.66º43.78%51.18%-
HSV(B)312.66º58.92%72.55%-
XYZ29.1118.0936.14-
YUV118.4152.61175.51-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 43.74%
GREEN value IS 76 (30.08% from 255) = 17.97%
BLUE value IS 162 (63.67% from 255) = 38.30%
R=43.74%
G=17.97%
B=38.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.12
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1857616200.590.120.27312.6643.7851.18
HexB94CA203BC1B1392c33
Octal27111424207314334715463
Binary101110011001100101000100111011110011011100111001101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B94CA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B94CA2; }

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

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

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

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

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

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

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

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