#BC559C

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

Shades of Mulberry #BC559C

Tints of Mulberry #BC559C

Color information

#BC559C (or 0xBC559C) is unknown color: approx Mulberry. HEX triplet: BC, 55 and 9C. RGB value is (188,85,156). Sum of RGB (Red+Green+Blue) = 188+85+156=429 (56% of max value = 765). Red value is 188 (73.83% from 255 or 43.82% from 429); Green value is 85 (33.59% from 255 or 19.81% from 429); Blue value is 156 (61.33% from 255 or 36.36% from 429); Max value from RGB is 188 - color contains mainly: red. Hex color #BC559C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC559C is #43AA63. Grayscale: #7B7B7B. Windows color (decimal): -4434532 or 10245564. OLE color: 10245564.

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

Color convert

RGB18885156-
CMYK00.550.170.26
HSL318.64º43.46%53.53%-
HSV(B)318.64º54.79%73.73%-
XYZ29.9919.5933.65-
YUV123.89146.12173.73-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 43.82%
GREEN value IS 85 (33.59% from 255) = 19.81%
BLUE value IS 156 (61.33% from 255) = 36.36%
R=43.82%
G=19.81%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.17
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1888515600.550.170.26318.6443.4653.53
HexBC559C037111A13f2b36
Octal27412523406721324775366
Binary1011110010101011001110001101111000111010100111111101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC559C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC559C; }

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

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

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

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

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

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

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

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