#BC4990

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

Shades of Mulberry #BC4990

Tints of Mulberry #BC4990

Color information

#BC4990 (or 0xBC4990) is unknown color: approx Mulberry. HEX triplet: BC, 49 and 90. RGB value is (188,73,144). Sum of RGB (Red+Green+Blue) = 188+73+144=405 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.42% from 405); Green value is 73 (28.91% from 255 or 18.02% from 405); Blue value is 144 (56.64% from 255 or 35.56% from 405); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4990 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC4990 is #43B66F. Grayscale: #737373. Windows color (decimal): -4437616 or 9456060. OLE color: 9456060.

HSL color Cylindrical-coordinate representation of color #BC4990: hue angle of 322.96º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BC4990 is Cyan = 0, Magento = 0.61, Yellow = 0.23 and Black (K on CMYK) = 0.26.

Color convert

RGB18873144-
CMYK00.610.230.26
HSL322.96º46.18%51.18%-
HSV(B)322.96º61.17%73.73%-
XYZ28.1617.4728.27-
YUV115.48144.1179.73-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 46.42%
GREEN value IS 73 (28.91% from 255) = 18.02%
BLUE value IS 144 (56.64% from 255) = 35.56%
R=46.42%
G=18.02%
B=35.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.23
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1887314400.610.230.26322.9646.1851.18
HexBC499003D171A1432e33
Octal27411122007527325035663
Binary1011110010010011001000001111011011111010101000011101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC4990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC4990; }

 p { color: rgb(188,73,144); }

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

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

 a { background-color: rgb(188,73,144); }

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

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

 span { border-color: rgb(188,73,144); }

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