#BC5287

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

Shades of Mulberry #BC5287

Tints of Mulberry #BC5287

Color information

#BC5287 (or 0xBC5287) is unknown color: approx Mulberry. HEX triplet: BC, 52 and 87. RGB value is (188,82,135). Sum of RGB (Red+Green+Blue) = 188+82+135=405 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.42% from 405); Green value is 82 (32.42% from 255 or 20.25% from 405); Blue value is 135 (53.12% from 255 or 33.33% from 405); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5287 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC5287 is #43AD78. Grayscale: #777777. Windows color (decimal): -4435321 or 8868540. OLE color: 8868540.

HSL color Cylindrical-coordinate representation of color #BC5287: hue angle of 330º 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 #BC5287 is Cyan = 0, Magento = 0.56, Yellow = 0.28 and Black (K on CMYK) = 0.26.

Color convert

RGB18882135-
CMYK00.560.280.26
HSL330º44.17%52.94%-
HSV(B)330º56.38%73.73%-
XYZ28.1318.4825.01-
YUV119.74136.62176.69-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 46.42%
GREEN value IS 82 (32.42% from 255) = 20.25%
BLUE value IS 135 (53.12% from 255) = 33.33%
R=46.42%
G=20.25%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.28
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1888213500.560.280.2633044.1752.94
HexBC52870381C1A14a2c35
Octal27412220707034325125465
Binary1011110010100101000011101110001110011010101001010101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC5287

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC5287; }

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

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

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

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

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

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

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

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