#BC489A

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

Shades of Mulberry #BC489A

Tints of Mulberry #BC489A

Color information

#BC489A (or 0xBC489A) is unknown color: approx Mulberry. HEX triplet: BC, 48 and 9A. RGB value is (188,72,154). Sum of RGB (Red+Green+Blue) = 188+72+154=414 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.41% from 414); Green value is 72 (28.52% from 255 or 17.39% from 414); Blue value is 154 (60.55% from 255 or 37.20% from 414); Max value from RGB is 188 - color contains mainly: red. Hex color #BC489A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC489A is #43B765. Grayscale: #737373. Windows color (decimal): -4437862 or 10111164. OLE color: 10111164.

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

Color convert

RGB18872154-
CMYK00.620.180.26
HSL317.59º46.4%50.98%-
HSV(B)317.59º61.7%73.73%-
XYZ28.8917.6632.46-
YUV116.03149.43179.33-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 45.41%
GREEN value IS 72 (28.52% from 255) = 17.39%
BLUE value IS 154 (60.55% from 255) = 37.20%
R=45.41%
G=17.39%
B=37.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.18
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1887215400.620.180.26317.5946.450.98
HexBC489A03E121A13e2e33
Octal27411023207622324765663
Binary1011110010010001001101001111101001011010100111110101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC489A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC489A; }

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

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

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

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

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

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

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

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