#BC5C8C

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

Shades of Mulberry #BC5C8C

Tints of Mulberry #BC5C8C

Color information

#BC5C8C (or 0xBC5C8C) is unknown color: approx Mulberry. HEX triplet: BC, 5C and 8C. RGB value is (188,92,140). Sum of RGB (Red+Green+Blue) = 188+92+140=420 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.76% from 420); Green value is 92 (36.33% from 255 or 21.90% from 420); Blue value is 140 (55.08% from 255 or 33.33% from 420); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5C8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC5C8C is #43A373. Grayscale: #7E7E7E. Windows color (decimal): -4432756 or 9198780. OLE color: 9198780.

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

Color convert

RGB18892140-
CMYK00.510.260.26
HSL330º41.74%54.9%-
HSV(B)330º51.06%73.73%-
XYZ29.320.2427.17-
YUV126.18135.8172.1-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 44.76%
GREEN value IS 92 (36.33% from 255) = 21.90%
BLUE value IS 140 (55.08% from 255) = 33.33%
R=44.76%
G=21.90%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.26
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1889214000.510.260.2633041.7454.9
HexBC5C8C0331A1A14a2a37
Octal27413421406332325125267
Binary1011110010111001000110001100111101011010101001010101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC5C8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC5C8C; }

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

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

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

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

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

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

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

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