#BC4D99

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

Shades of Mulberry #BC4D99

Tints of Mulberry #BC4D99

Color information

#BC4D99 (or 0xBC4D99) is unknown color: approx Mulberry. HEX triplet: BC, 4D and 99. RGB value is (188,77,153). Sum of RGB (Red+Green+Blue) = 188+77+153=418 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.98% from 418); Green value is 77 (30.47% from 255 or 18.42% from 418); Blue value is 153 (60.16% from 255 or 36.60% from 418); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4D99 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC4D99 is #43B266. Grayscale: #767676. Windows color (decimal): -4436583 or 10046908. OLE color: 10046908.

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

Color convert

RGB18877153-
CMYK00.590.190.26
HSL318.92º45.31%51.96%-
HSV(B)318.92º59.04%73.73%-
XYZ29.1418.332.13-
YUV118.85147.27177.32-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 44.98%
GREEN value IS 77 (30.47% from 255) = 18.42%
BLUE value IS 153 (60.16% from 255) = 36.60%
R=44.98%
G=18.42%
B=36.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.19
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1887715300.590.190.26318.9245.3151.96
HexBC4D9903B131A13f2d34
Octal27411523107323324775564
Binary1011110010011011001100101110111001111010100111111101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC4D99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC4D99; }

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

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

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

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

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

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

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

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