#BC4789

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

Shades of Mulberry #BC4789

Tints of Mulberry #BC4789

Color information

#BC4789 (or 0xBC4789) is unknown color: approx Mulberry. HEX triplet: BC, 47 and 89. RGB value is (188,71,137). Sum of RGB (Red+Green+Blue) = 188+71+137=396 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.47% from 396); Green value is 71 (28.12% from 255 or 17.93% from 396); Blue value is 137 (53.91% from 255 or 34.60% from 396); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4789 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC4789 is #43B876. Grayscale: #717171. Windows color (decimal): -4438135 or 8996796. OLE color: 8996796.

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

Color convert

RGB18871137-
CMYK00.620.270.26
HSL326.15º46.61%50.78%-
HSV(B)326.15º62.23%73.73%-
XYZ27.511725.5-
YUV113.51141.26181.13-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 47.47%
GREEN value IS 71 (28.12% from 255) = 17.93%
BLUE value IS 137 (53.91% from 255) = 34.60%
R=47.47%
G=17.93%
B=34.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.27
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1887113700.620.270.26326.1546.6150.78
HexBC478903E1B1A1462f33
Octal27410721107633325065763
Binary1011110010001111000100101111101101111010101000110101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC4789

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC4789; }

 p { color: rgb(188,71,137); }

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

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

 a { background-color: rgb(188,71,137); }

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

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

 span { border-color: rgb(188,71,137); }

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