#BC558C

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

Shades of Mulberry #BC558C

Tints of Mulberry #BC558C

Color information

#BC558C (or 0xBC558C) is unknown color: approx Mulberry. HEX triplet: BC, 55 and 8C. RGB value is (188,85,140). Sum of RGB (Red+Green+Blue) = 188+85+140=413 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.52% from 413); Green value is 85 (33.59% from 255 or 20.58% from 413); Blue value is 140 (55.08% from 255 or 33.90% from 413); Max value from RGB is 188 - color contains mainly: red. Hex color #BC558C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC558C is #43AA73. Grayscale: #797979. Windows color (decimal): -4434548 or 9196988. OLE color: 9196988.

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

Color convert

RGB18885140-
CMYK00.550.260.26
HSL327.96º43.46%53.53%-
HSV(B)327.96º54.79%73.73%-
XYZ28.7219.0826.98-
YUV122.07138.12175.03-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 45.52%
GREEN value IS 85 (33.59% from 255) = 20.58%
BLUE value IS 140 (55.08% from 255) = 33.90%
R=45.52%
G=20.58%
B=33.90%

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
Decimal1888514000.550.260.26327.9643.4653.53
HexBC558C0371A1A1482b36
Octal27412521406732325105366
Binary1011110010101011000110001101111101011010101001000101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC558C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC558C; }

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

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

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

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

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

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

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

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