#BC5983

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

Shades of Mulberry #BC5983

Tints of Mulberry #BC5983

Color information

#BC5983 (or 0xBC5983) is unknown color: approx Mulberry. HEX triplet: BC, 59 and 83. RGB value is (188,89,131). Sum of RGB (Red+Green+Blue) = 188+89+131=408 (54% of max value = 765). Red value is 188 (73.83% from 255 or 46.08% from 408); Green value is 89 (35.16% from 255 or 21.81% from 408); Blue value is 131 (51.56% from 255 or 32.11% from 408); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5983 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC5983 is #43A67C. Grayscale: #7B7B7B. Windows color (decimal): -4433533 or 8608188. OLE color: 8608188.

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

Color convert

RGB18889131-
CMYK00.530.300.26
HSL334.55º42.49%54.31%-
HSV(B)334.55º52.66%73.73%-
XYZ28.4119.4723.73-
YUV123.39132.3174.08-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 46.08%
GREEN value IS 89 (35.16% from 255) = 21.81%
BLUE value IS 131 (51.56% from 255) = 32.11%
R=46.08%
G=21.81%
B=32.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.30
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1888913100.530.300.26334.5542.4954.31
HexBC59830351E1A14f2a36
Octal27413120306536325175266
Binary1011110010110011000001101101011111011010101001111101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC5983

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC5983; }

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

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

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

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

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

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

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

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