#BC4899

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

Shades of Mulberry #BC4899

Tints of Mulberry #BC4899

Color information

#BC4899 (or 0xBC4899) is unknown color: approx Mulberry. HEX triplet: BC, 48 and 99. RGB value is (188,72,153). Sum of RGB (Red+Green+Blue) = 188+72+153=413 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.52% from 413); Green value is 72 (28.52% from 255 or 17.43% from 413); Blue value is 153 (60.16% from 255 or 37.05% from 413); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4899 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC4899 is #43B766. Grayscale: #737373. Windows color (decimal): -4437863 or 10045628. OLE color: 10045628.

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

Color convert

RGB18872153-
CMYK00.620.190.26
HSL318.1º46.4%50.98%-
HSV(B)318.1º61.7%73.73%-
XYZ28.8117.6332.02-
YUV115.92148.93179.41-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 45.52%
GREEN value IS 72 (28.52% from 255) = 17.43%
BLUE value IS 153 (60.16% from 255) = 37.05%
R=45.52%
G=17.43%
B=37.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.19
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1887215300.620.190.26318.146.450.98
HexBC489903E131A13e2e33
Octal27411023107623324765663
Binary1011110010010001001100101111101001111010100111110101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC4899

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC4899; }

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

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

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

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

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

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

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

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