#BC489E

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

Shades of Mulberry #BC489E

Tints of Mulberry #BC489E

Color information

#BC489E (or 0xBC489E) is unknown color: approx Mulberry. HEX triplet: BC, 48 and 9E. RGB value is (188,72,158). Sum of RGB (Red+Green+Blue) = 188+72+158=418 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.98% from 418); Green value is 72 (28.52% from 255 or 17.22% from 418); Blue value is 158 (62.11% from 255 or 37.80% from 418); Max value from RGB is 188 - color contains mainly: red. Hex color #BC489E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC489E is #43B761. Grayscale: #747474. Windows color (decimal): -4437858 or 10373308. OLE color: 10373308.

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

Color convert

RGB18872158-
CMYK00.620.160.26
HSL315.52º46.4%50.98%-
HSV(B)315.52º61.7%73.73%-
XYZ29.2317.7934.24-
YUV116.49151.43179.01-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 44.98%
GREEN value IS 72 (28.52% from 255) = 17.22%
BLUE value IS 158 (62.11% from 255) = 37.80%
R=44.98%
G=17.22%
B=37.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.16
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1887215800.620.160.26315.5246.450.98
HexBC489E03E101A13c2e33
Octal27411023607620324745663
Binary1011110010010001001111001111101000011010100111100101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC489E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC489E; }

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

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

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

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

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

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

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

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