#BC5B91

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

Shades of Mulberry #BC5B91

Tints of Mulberry #BC5B91

Color information

#BC5B91 (or 0xBC5B91) is unknown color: approx Mulberry. HEX triplet: BC, 5B and 91. RGB value is (188,91,145). Sum of RGB (Red+Green+Blue) = 188+91+145=424 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.34% from 424); Green value is 91 (35.94% from 255 or 21.46% from 424); Blue value is 145 (57.03% from 255 or 34.20% from 424); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5B91 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC5B91 is #43A46E. Grayscale: #7E7E7E. Windows color (decimal): -4433007 or 9526204. OLE color: 9526204.

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

Color convert

RGB18891145-
CMYK00.520.230.26
HSL326.6º41.99%54.71%-
HSV(B)326.6º51.6%73.73%-
XYZ29.5920.2229.13-
YUV126.16138.64172.11-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 44.34%
GREEN value IS 91 (35.94% from 255) = 21.46%
BLUE value IS 145 (57.03% from 255) = 34.20%
R=44.34%
G=21.46%
B=34.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.23
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1889114500.520.230.26326.641.9954.71
HexBC5B91034171A1472a37
Octal27413322106427325075267
Binary1011110010110111001000101101001011111010101000111101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC5B91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC5B91; }

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

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

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

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

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

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

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

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