#BC4A80

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

Shades of Mulberry #BC4A80

Tints of Mulberry #BC4A80

Color information

#BC4A80 (or 0xBC4A80) is unknown color: approx Mulberry. HEX triplet: BC, 4A and 80. RGB value is (188,74,128). Sum of RGB (Red+Green+Blue) = 188+74+128=390 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.21% from 390); Green value is 74 (29.30% from 255 or 18.97% from 390); Blue value is 128 (50.39% from 255 or 32.82% from 390); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4A80 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC4A80 is #43B57F. Grayscale: #727272. Windows color (decimal): -4437376 or 8407740. OLE color: 8407740.

HSL color Cylindrical-coordinate representation of color #BC4A80: hue angle of 331.58º 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 #BC4A80 is Cyan = 0, Magento = 0.61, Yellow = 0.32 and Black (K on CMYK) = 0.26.

Color convert

RGB18874128-
CMYK00.610.320.26
HSL331.58º45.97%51.37%-
HSV(B)331.58º60.64%73.73%-
XYZ27.0817.1522.3-
YUV114.24135.77180.61-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 48.21%
GREEN value IS 74 (29.30% from 255) = 18.97%
BLUE value IS 128 (50.39% from 255) = 32.82%
R=48.21%
G=18.97%
B=32.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.32
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1887412800.610.320.26331.5845.9751.37
HexBC4A8003D201A14c2e33
Octal27411220007540325145663
Binary10111100100101010000000011110110000011010101001100101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC4A80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC4A80; }

 p { color: rgb(188,74,128); }

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

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

 a { background-color: rgb(188,74,128); }

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

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

 span { border-color: rgb(188,74,128); }

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