#BC5691

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

Shades of Mulberry #BC5691

Tints of Mulberry #BC5691

Color information

#BC5691 (or 0xBC5691) is unknown color: approx Mulberry. HEX triplet: BC, 56 and 91. RGB value is (188,86,145). Sum of RGB (Red+Green+Blue) = 188+86+145=419 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.87% from 419); Green value is 86 (33.98% from 255 or 20.53% from 419); Blue value is 145 (57.03% from 255 or 34.61% from 419); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5691 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC5691 is #43A96E. Grayscale: #7B7B7B. Windows color (decimal): -4434287 or 9524924. OLE color: 9524924.

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

Color convert

RGB18886145-
CMYK00.540.230.26
HSL325.29º43.22%53.73%-
HSV(B)325.29º54.26%73.73%-
XYZ29.1819.3928.99-
YUV123.22140.29174.2-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 44.87%
GREEN value IS 86 (33.98% from 255) = 20.53%
BLUE value IS 145 (57.03% from 255) = 34.61%
R=44.87%
G=20.53%
B=34.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.23
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1888614500.540.230.26325.2943.2253.73
HexBC5691036171A1452b36
Octal27412622106627325055366
Binary1011110010101101001000101101101011111010101000101101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC5691

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC5691; }

 p { color: rgb(188,86,145); }

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

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

 a { background-color: rgb(188,86,145); }

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

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

 span { border-color: rgb(188,86,145); }

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