#BC488D

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

Shades of Mulberry #BC488D

Tints of Mulberry #BC488D

Color information

#BC488D (or 0xBC488D) is unknown color: approx Mulberry. HEX triplet: BC, 48 and 8D. RGB value is (188,72,141). Sum of RGB (Red+Green+Blue) = 188+72+141=401 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.88% from 401); Green value is 72 (28.52% from 255 or 17.96% from 401); Blue value is 141 (55.47% from 255 or 35.16% from 401); Max value from RGB is 188 - color contains mainly: red. Hex color #BC488D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC488D is #43B772. Grayscale: #727272. Windows color (decimal): -4437875 or 9259196. OLE color: 9259196.

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

Color convert

RGB18872141-
CMYK00.620.250.26
HSL324.31º46.4%50.98%-
HSV(B)324.31º61.7%73.73%-
XYZ27.8617.2527.06-
YUV114.55142.93180.39-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 46.88%
GREEN value IS 72 (28.52% from 255) = 17.96%
BLUE value IS 141 (55.47% from 255) = 35.16%
R=46.88%
G=17.96%
B=35.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.25
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1887214100.620.250.26324.3146.450.98
HexBC488D03E191A1442e33
Octal27411021507631325045663
Binary1011110010010001000110101111101100111010101000100101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC488D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC488D; }

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

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

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

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

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

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

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

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