#BC549F

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

Shades of Mulberry #BC549F

Tints of Mulberry #BC549F

Color information

#BC549F (or 0xBC549F) is unknown color: approx Mulberry. HEX triplet: BC, 54 and 9F. RGB value is (188,84,159). Sum of RGB (Red+Green+Blue) = 188+84+159=431 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.62% from 431); Green value is 84 (33.20% from 255 or 19.49% from 431); Blue value is 159 (62.5% from 255 or 36.89% from 431); Max value from RGB is 188 - color contains mainly: red. Hex color #BC549F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC549F is #43AB60. Grayscale: #7B7B7B. Windows color (decimal): -4434785 or 10441916. OLE color: 10441916.

HSL color Cylindrical-coordinate representation of color #BC549F: hue angle of 316.73º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BC549F is Cyan = 0, Magento = 0.55, Yellow = 0.15 and Black (K on CMYK) = 0.26.

Color convert

RGB18884159-
CMYK00.550.150.26
HSL316.73º43.7%53.33%-
HSV(B)316.73º55.32%73.73%-
XYZ30.1719.5434.98-
YUV123.65147.96173.9-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 43.62%
GREEN value IS 84 (33.20% from 255) = 19.49%
BLUE value IS 159 (62.5% from 255) = 36.89%
R=43.62%
G=19.49%
B=36.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.15
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1888415900.550.150.26316.7343.753.33
HexBC549F037F1A13d2c35
Octal27412423706717324755465
Binary101111001010100100111110110111111111010100111101101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC549F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC549F; }

 p { color: rgb(188,84,159); }

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

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

 a { background-color: rgb(188,84,159); }

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

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

 span { border-color: rgb(188,84,159); }

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