#BC519C

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

Shades of Mulberry #BC519C

Tints of Mulberry #BC519C

Color information

#BC519C (or 0xBC519C) is unknown color: approx Mulberry. HEX triplet: BC, 51 and 9C. RGB value is (188,81,156). Sum of RGB (Red+Green+Blue) = 188+81+156=425 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.24% from 425); Green value is 81 (32.03% from 255 or 19.06% from 425); Blue value is 156 (61.33% from 255 or 36.71% from 425); Max value from RGB is 188 - color contains mainly: red. Hex color #BC519C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC519C is #43AE63. Grayscale: #797979. Windows color (decimal): -4435556 or 10244540. OLE color: 10244540.

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

Color convert

RGB18881156-
CMYK00.570.170.26
HSL317.94º44.4%52.75%-
HSV(B)317.94º56.91%73.73%-
XYZ29.6818.9833.55-
YUV121.54147.45175.4-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 44.24%
GREEN value IS 81 (32.03% from 255) = 19.06%
BLUE value IS 156 (61.33% from 255) = 36.71%
R=44.24%
G=19.06%
B=36.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.17
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1888115600.570.170.26317.9444.452.75
HexBC519C039111A13e2c35
Octal27412123407121324765465
Binary1011110010100011001110001110011000111010100111110101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC519C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC519C; }

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

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

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

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

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

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

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

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