#BC4E85

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

Shades of Mulberry #BC4E85

Tints of Mulberry #BC4E85

Color information

#BC4E85 (or 0xBC4E85) is unknown color: approx Mulberry. HEX triplet: BC, 4E and 85. RGB value is (188,78,133). Sum of RGB (Red+Green+Blue) = 188+78+133=399 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.12% from 399); Green value is 78 (30.86% from 255 or 19.55% from 399); Blue value is 133 (52.34% from 255 or 33.33% from 399); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4E85 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC4E85 is #43B17A. Grayscale: #757575. Windows color (decimal): -4436347 or 8736444. OLE color: 8736444.

HSL color Cylindrical-coordinate representation of color #BC4E85: hue angle of 330º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BC4E85 is Cyan = 0, Magento = 0.59, Yellow = 0.29 and Black (K on CMYK) = 0.26.

Color convert

RGB18878133-
CMYK00.590.290.26
HSL330º45.08%52.16%-
HSV(B)330º58.51%73.73%-
XYZ27.717.8324.17-
YUV117.16136.94178.53-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 47.12%
GREEN value IS 78 (30.86% from 255) = 19.55%
BLUE value IS 133 (52.34% from 255) = 33.33%
R=47.12%
G=19.55%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.29
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1887813300.590.290.2633045.0852.16
HexBC4E8503B1D1A14a2d34
Octal27411620507335325125564
Binary1011110010011101000010101110111110111010101001010101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC4E85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC4E85; }

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

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

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

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

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

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

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

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