#BC4D85

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

Shades of Mulberry #BC4D85

Tints of Mulberry #BC4D85

Color information

#BC4D85 (or 0xBC4D85) is unknown color: approx Mulberry. HEX triplet: BC, 4D and 85. RGB value is (188,77,133). Sum of RGB (Red+Green+Blue) = 188+77+133=398 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.24% from 398); Green value is 77 (30.47% from 255 or 19.35% from 398); Blue value is 133 (52.34% from 255 or 33.42% from 398); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4D85 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC4D85 is #43B27A. Grayscale: #747474. Windows color (decimal): -4436603 or 8736188. OLE color: 8736188.

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

Color convert

RGB18877133-
CMYK00.590.290.26
HSL329.73º45.31%51.96%-
HSV(B)329.73º59.04%73.73%-
XYZ27.6317.6924.15-
YUV116.57137.27178.95-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 47.24%
GREEN value IS 77 (30.47% from 255) = 19.35%
BLUE value IS 133 (52.34% from 255) = 33.42%
R=47.24%
G=19.35%
B=33.42%

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
Decimal1887713300.590.290.26329.7345.3151.96
HexBC4D8503B1D1A14a2d34
Octal27411520507335325125564
Binary1011110010011011000010101110111110111010101001010101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC4D85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC4D85; }

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

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

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

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

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

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

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

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