#B94BA2

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

Shades of Mulberry #B94BA2

Tints of Mulberry #B94BA2

Color information

#B94BA2 (or 0xB94BA2) is unknown color: approx Mulberry. HEX triplet: B9, 4B and A2. RGB value is (185,75,162). Sum of RGB (Red+Green+Blue) = 185+75+162=422 (55% of max value = 765). Red value is 185 (72.66% from 255 or 43.84% from 422); Green value is 75 (29.69% from 255 or 17.77% from 422); Blue value is 162 (63.67% from 255 or 38.39% from 422); Max value from RGB is 185 - color contains mainly: red. Hex color #B94BA2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B94BA2 is #46B45D. Grayscale: #757575. Windows color (decimal): -4633694 or 10636217. OLE color: 10636217.

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

Color convert

RGB18575162-
CMYK00.590.120.27
HSL312.55º44%50.98%-
HSV(B)312.55º59.46%72.55%-
XYZ29.0517.9636.12-
YUV117.81152.94175.93-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 43.84%
GREEN value IS 75 (29.69% from 255) = 17.77%
BLUE value IS 162 (63.67% from 255) = 38.39%
R=43.84%
G=17.77%
B=38.39%

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
Decimal1857516200.590.120.27312.554450.98
HexB94BA203BC1B1392c33
Octal27111324207314334715463
Binary101110011001011101000100111011110011011100111001101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B94BA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B94BA2; }

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

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

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

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

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

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

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

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