#BC489F

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

Shades of Mulberry #BC489F

Tints of Mulberry #BC489F

Color information

#BC489F (or 0xBC489F) is unknown color: approx Mulberry. HEX triplet: BC, 48 and 9F. RGB value is (188,72,159). Sum of RGB (Red+Green+Blue) = 188+72+159=419 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.87% from 419); Green value is 72 (28.52% from 255 or 17.18% from 419); Blue value is 159 (62.5% from 255 or 37.95% from 419); Max value from RGB is 188 - color contains mainly: red. Hex color #BC489F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC489F is #43B760. Grayscale: #747474. Windows color (decimal): -4437857 or 10438844. OLE color: 10438844.

HSL color Cylindrical-coordinate representation of color #BC489F: hue angle of 315º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BC489F is Cyan = 0, Magento = 0.62, Yellow = 0.15 and Black (K on CMYK) = 0.26.

Color convert

RGB18872159-
CMYK00.620.150.26
HSL315º46.4%50.98%-
HSV(B)315º61.7%73.73%-
XYZ29.3117.8334.7-
YUV116.6151.93178.93-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 44.87%
GREEN value IS 72 (28.52% from 255) = 17.18%
BLUE value IS 159 (62.5% from 255) = 37.95%
R=44.87%
G=17.18%
B=37.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.15
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1887215900.620.150.2631546.450.98
HexBC489F03EF1A13b2e33
Octal27411023707617324735663
Binary101111001001000100111110111110111111010100111011101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC489F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC489F; }

 p { color: rgb(188,72,159); }

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

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

 a { background-color: rgb(188,72,159); }

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

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

 span { border-color: rgb(188,72,159); }

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