#bc4c89

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

Shades of Mulberry #BC4C89

Tints of Mulberry #BC4C89

Color information

#BC4C89 (or 0xBC4C89) is unknown color: approx Mulberry. HEX triplet: BC, 4C and 89. RGB value is (188,76,137). Sum of RGB (Red+Green+Blue) = 188+76+137=401 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.88% from 401); Green value is 76 (30.08% from 255 or 18.95% from 401); Blue value is 137 (53.91% from 255 or 34.16% from 401); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4C89 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC4C89 is #43B376. Grayscale: #747474. Windows color (decimal): -4436855 or 8998076. OLE color: 8998076.

HSL color Cylindrical-coordinate representation of color #BC4C89: hue angle of 327.32º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BC4C89 is Cyan = 0, Magento = 0.60, Yellow = 0.27 and Black (K on CMYK) = 0.26.

Color convert

RGB18876137-
CMYK00.600.270.26
HSL327.32º45.53%51.76%-
HSV(B)327.32º59.57%73.73%-
XYZ27.8417.6725.61-
YUV116.44139.61179.04-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 46.88%
GREEN value IS 76 (30.08% from 255) = 18.95%
BLUE value IS 137 (53.91% from 255) = 34.16%
R=46.88%
G=18.95%
B=34.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.27
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1887613700.600.270.26327.3245.5351.76
HexBC4C8903C1B1A1472e34
Octal27411421107433325075664
Binary1011110010011001000100101111001101111010101000111101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bc4c89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bc4c89; }

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

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

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

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

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

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

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

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