#BC4785

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

Shades of Mulberry #BC4785

Tints of Mulberry #BC4785

Color information

#BC4785 (or 0xBC4785) is unknown color: approx Mulberry. HEX triplet: BC, 47 and 85. RGB value is (188,71,133). Sum of RGB (Red+Green+Blue) = 188+71+133=392 (51% of max value = 765). Red value is 188 (73.83% from 255 or 47.96% from 392); Green value is 71 (28.12% from 255 or 18.11% from 392); Blue value is 133 (52.34% from 255 or 33.93% from 392); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4785 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC4785 is #43B87A. Grayscale: #707070. Windows color (decimal): -4438139 or 8734652. OLE color: 8734652.

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

Color convert

RGB18871133-
CMYK00.620.290.26
HSL328.21º46.61%50.78%-
HSV(B)328.21º62.23%73.73%-
XYZ27.2316.8924.02-
YUV113.05139.26181.46-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 47.96%
GREEN value IS 71 (28.12% from 255) = 18.11%
BLUE value IS 133 (52.34% from 255) = 33.93%
R=47.96%
G=18.11%
B=33.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.29
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1887113300.620.290.26328.2146.6150.78
HexBC478503E1D1A1482f33
Octal27410720507635325105763
Binary1011110010001111000010101111101110111010101001000101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC4785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC4785; }

 p { color: rgb(188,71,133); }

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

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

 a { background-color: rgb(188,71,133); }

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

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

 span { border-color: rgb(188,71,133); }

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