#BC5286

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

Shades of Mulberry #BC5286

Tints of Mulberry #BC5286

Color information

#BC5286 (or 0xBC5286) is unknown color: approx Mulberry. HEX triplet: BC, 52 and 86. RGB value is (188,82,134). Sum of RGB (Red+Green+Blue) = 188+82+134=404 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.53% from 404); Green value is 82 (32.42% from 255 or 20.30% from 404); Blue value is 134 (52.73% from 255 or 33.17% from 404); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5286 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC5286 is #43AD79. Grayscale: #777777. Windows color (decimal): -4435322 or 8803004. OLE color: 8803004.

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

Color convert

RGB18882134-
CMYK00.560.290.26
HSL330.57º44.17%52.94%-
HSV(B)330.57º56.38%73.73%-
XYZ28.0618.4524.64-
YUV119.62136.12176.77-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 46.53%
GREEN value IS 82 (32.42% from 255) = 20.30%
BLUE value IS 134 (52.73% from 255) = 33.17%
R=46.53%
G=20.30%
B=33.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.29
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1888213400.560.290.26330.5744.1752.94
HexBC52860381D1A14b2c35
Octal27412220607035325135465
Binary1011110010100101000011001110001110111010101001011101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC5286

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC5286; }

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

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

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

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

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

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

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

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