#BC5486

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

Shades of Mulberry #BC5486

Tints of Mulberry #BC5486

Color information

#BC5486 (or 0xBC5486) is unknown color: approx Mulberry. HEX triplet: BC, 54 and 86. RGB value is (188,84,134). Sum of RGB (Red+Green+Blue) = 188+84+134=406 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.31% from 406); Green value is 84 (33.20% from 255 or 20.69% from 406); Blue value is 134 (52.73% from 255 or 33.00% from 406); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5486 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC5486 is #43AB79. Grayscale: #787878. Windows color (decimal): -4434810 or 8803516. OLE color: 8803516.

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

Color convert

RGB18884134-
CMYK00.550.290.26
HSL331.15º43.7%53.33%-
HSV(B)331.15º55.32%73.73%-
XYZ28.2118.7524.69-
YUV120.8135.46175.93-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 46.31%
GREEN value IS 84 (33.20% from 255) = 20.69%
BLUE value IS 134 (52.73% from 255) = 33.00%
R=46.31%
G=20.69%
B=33.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.29
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1888413400.550.290.26331.1543.753.33
HexBC54860371D1A14b2c35
Octal27412420606735325135465
Binary1011110010101001000011001101111110111010101001011101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC5486

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC5486; }

 p { color: rgb(188,84,134); }

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

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

 a { background-color: rgb(188,84,134); }

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

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

 span { border-color: rgb(188,84,134); }

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