#BC548C

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

Shades of Mulberry #BC548C

Tints of Mulberry #BC548C

Color information

#BC548C (or 0xBC548C) is unknown color: approx Mulberry. HEX triplet: BC, 54 and 8C. RGB value is (188,84,140). Sum of RGB (Red+Green+Blue) = 188+84+140=412 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.63% from 412); Green value is 84 (33.20% from 255 or 20.39% from 412); Blue value is 140 (55.08% from 255 or 33.98% from 412); Max value from RGB is 188 - color contains mainly: red. Hex color #BC548C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC548C is #43AB73. Grayscale: #797979. Windows color (decimal): -4434804 or 9196732. OLE color: 9196732.

HSL color Cylindrical-coordinate representation of color #BC548C: hue angle of 327.69º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BC548C is Cyan = 0, Magento = 0.55, Yellow = 0.26 and Black (K on CMYK) = 0.26.

Color convert

RGB18884140-
CMYK00.550.260.26
HSL327.69º43.7%53.33%-
HSV(B)327.69º55.32%73.73%-
XYZ28.6418.9326.95-
YUV121.48138.46175.45-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 45.63%
GREEN value IS 84 (33.20% from 255) = 20.39%
BLUE value IS 140 (55.08% from 255) = 33.98%
R=45.63%
G=20.39%
B=33.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.26
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1888414000.550.260.26327.6943.753.33
HexBC548C0371A1A1482c35
Octal27412421406732325105465
Binary1011110010101001000110001101111101011010101001000101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC548C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC548C; }

 p { color: rgb(188,84,140); }

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

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

 a { background-color: rgb(188,84,140); }

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

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

 span { border-color: rgb(188,84,140); }

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