#BC5783

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

Shades of Mulberry #BC5783

Tints of Mulberry #BC5783

Color information

#BC5783 (or 0xBC5783) is unknown color: approx Mulberry. HEX triplet: BC, 57 and 83. RGB value is (188,87,131). Sum of RGB (Red+Green+Blue) = 188+87+131=406 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.31% from 406); Green value is 87 (34.38% from 255 or 21.43% from 406); Blue value is 131 (51.56% from 255 or 32.27% from 406); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5783 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC5783 is #43A87C. Grayscale: #7A7A7A. Windows color (decimal): -4434045 or 8607676. OLE color: 8607676.

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

Color convert

RGB18887131-
CMYK00.540.300.26
HSL333.86º42.98%53.92%-
HSV(B)333.86º53.72%73.73%-
XYZ28.2419.1523.68-
YUV122.21132.96174.92-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 46.31%
GREEN value IS 87 (34.38% from 255) = 21.43%
BLUE value IS 131 (51.56% from 255) = 32.27%
R=46.31%
G=21.43%
B=32.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.30
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1888713100.540.300.26333.8642.9853.92
HexBC57830361E1A14e2b36
Octal27412720306636325165366
Binary1011110010101111000001101101101111011010101001110101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC5783

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC5783; }

 p { color: rgb(188,87,131); }

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

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

 a { background-color: rgb(188,87,131); }

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

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

 span { border-color: rgb(188,87,131); }

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