#BC5687

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

Shades of Mulberry #BC5687

Tints of Mulberry #BC5687

Color information

#BC5687 (or 0xBC5687) is unknown color: approx Mulberry. HEX triplet: BC, 56 and 87. RGB value is (188,86,135). Sum of RGB (Red+Green+Blue) = 188+86+135=409 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.97% from 409); Green value is 86 (33.98% from 255 or 21.03% from 409); Blue value is 135 (53.12% from 255 or 33.01% from 409); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5687 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC5687 is #43A978. Grayscale: #797979. Windows color (decimal): -4434297 or 8869564. OLE color: 8869564.

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

Color convert

RGB18886135-
CMYK00.540.280.26
HSL331.18º43.22%53.73%-
HSV(B)331.18º54.26%73.73%-
XYZ28.4419.125.11-
YUV122.08135.29175.02-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 45.97%
GREEN value IS 86 (33.98% from 255) = 21.03%
BLUE value IS 135 (53.12% from 255) = 33.01%
R=45.97%
G=21.03%
B=33.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.28
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1888613500.540.280.26331.1843.2253.73
HexBC56870361C1A14b2b36
Octal27412620706634325135366
Binary1011110010101101000011101101101110011010101001011101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC5687

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC5687; }

 p { color: rgb(188,86,135); }

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

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

 a { background-color: rgb(188,86,135); }

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

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

 span { border-color: rgb(188,86,135); }

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