#BC5992

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

Shades of Mulberry #BC5992

Tints of Mulberry #BC5992

Color information

#BC5992 (or 0xBC5992) is unknown color: approx Mulberry. HEX triplet: BC, 59 and 92. RGB value is (188,89,146). Sum of RGB (Red+Green+Blue) = 188+89+146=423 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.44% from 423); Green value is 89 (35.16% from 255 or 21.04% from 423); Blue value is 146 (57.42% from 255 or 34.52% from 423); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5992 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC5992 is #43A66D. Grayscale: #7C7C7C. Windows color (decimal): -4433518 or 9591228. OLE color: 9591228.

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

Color convert

RGB18889146-
CMYK00.530.220.26
HSL325.45º42.49%54.31%-
HSV(B)325.45º52.66%73.73%-
XYZ29.519.9129.48-
YUV125.1139.8172.87-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 44.44%
GREEN value IS 89 (35.16% from 255) = 21.04%
BLUE value IS 146 (57.42% from 255) = 34.52%
R=44.44%
G=21.04%
B=34.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.22
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1888914600.530.220.26325.4542.4954.31
HexBC5992035161A1452a36
Octal27413122206526325055266
Binary1011110010110011001001001101011011011010101000101101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC5992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC5992; }

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

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

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

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

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

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

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

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