#BC5489

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

Shades of Mulberry #BC5489

Tints of Mulberry #BC5489

Color information

#BC5489 (or 0xBC5489) is unknown color: approx Mulberry. HEX triplet: BC, 54 and 89. RGB value is (188,84,137). Sum of RGB (Red+Green+Blue) = 188+84+137=409 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.97% from 409); Green value is 84 (33.20% from 255 or 20.54% from 409); Blue value is 137 (53.91% from 255 or 33.50% from 409); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5489 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC5489 is #43AB76. Grayscale: #797979. Windows color (decimal): -4434807 or 9000124. OLE color: 9000124.

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

Color convert

RGB18884137-
CMYK00.550.270.26
HSL329.42º43.7%53.33%-
HSV(B)329.42º55.32%73.73%-
XYZ28.4218.8425.8-
YUV121.14136.96175.69-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 45.97%
GREEN value IS 84 (33.20% from 255) = 20.54%
BLUE value IS 137 (53.91% from 255) = 33.50%
R=45.97%
G=20.54%
B=33.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.27
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1888413700.550.270.26329.4243.753.33
HexBC54890371B1A1492c35
Octal27412421106733325115465
Binary1011110010101001000100101101111101111010101001001101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC5489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC5489; }

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

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

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

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

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

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

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

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