#BC5189

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

Shades of Mulberry #BC5189

Tints of Mulberry #BC5189

Color information

#BC5189 (or 0xBC5189) is unknown color: approx Mulberry. HEX triplet: BC, 51 and 89. RGB value is (188,81,137). Sum of RGB (Red+Green+Blue) = 188+81+137=406 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.31% from 406); Green value is 81 (32.03% from 255 or 19.95% from 406); Blue value is 137 (53.91% from 255 or 33.74% from 406); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5189 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC5189 is #43AE76. Grayscale: #777777. Windows color (decimal): -4435575 or 8999356. OLE color: 8999356.

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

Color convert

RGB18881137-
CMYK00.570.270.26
HSL328.6º44.4%52.75%-
HSV(B)328.6º56.91%73.73%-
XYZ28.218.3825.73-
YUV119.38137.95176.95-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 46.31%
GREEN value IS 81 (32.03% from 255) = 19.95%
BLUE value IS 137 (53.91% from 255) = 33.74%
R=46.31%
G=19.95%
B=33.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.27
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1888113700.570.270.26328.644.452.75
HexBC51890391B1A1492c35
Octal27412121107133325115465
Binary1011110010100011000100101110011101111010101001001101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC5189

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC5189; }

 p { color: rgb(188,81,137); }

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

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

 a { background-color: rgb(188,81,137); }

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

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

 span { border-color: rgb(188,81,137); }

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