#B94893

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

Shades of Mulberry #B94893

Tints of Mulberry #B94893

Color information

#B94893 (or 0xB94893) is unknown color: approx Mulberry. HEX triplet: B9, 48 and 93. RGB value is (185,72,147). Sum of RGB (Red+Green+Blue) = 185+72+147=404 (53% of max value = 765). Red value is 185 (72.66% from 255 or 45.79% from 404); Green value is 72 (28.52% from 255 or 17.82% from 404); Blue value is 147 (57.81% from 255 or 36.39% from 404); Max value from RGB is 185 - color contains mainly: red. Hex color #B94893 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B94893 is #46B76C. Grayscale: #727272. Windows color (decimal): -4634477 or 9652409. OLE color: 9652409.

HSL color Cylindrical-coordinate representation of color #B94893: hue angle of 320.18º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B94893 is Cyan = 0, Magento = 0.61, Yellow = 0.21 and Black (K on CMYK) = 0.27.

Color convert

RGB18572147-
CMYK00.610.210.27
HSL320.18º44.66%50.39%-
HSV(B)320.18º61.08%72.55%-
XYZ27.5917.0629.44-
YUV114.34146.44178.4-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 45.79%
GREEN value IS 72 (28.52% from 255) = 17.82%
BLUE value IS 147 (57.81% from 255) = 36.39%
R=45.79%
G=17.82%
B=36.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.21
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1857214700.610.210.27320.1844.6650.39
HexB9489303D151B1402d32
Octal27111022307525335005562
Binary1011100110010001001001101111011010111011101000000101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B94893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B94893; }

 p { color: rgb(185,72,147); }

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

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

 a { background-color: rgb(185,72,147); }

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

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

 span { border-color: rgb(185,72,147); }

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