#BF4E87

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

Shades of Mulberry #BF4E87

Tints of Mulberry #BF4E87

Color information

#BF4E87 (or 0xBF4E87) is unknown color: approx Mulberry. HEX triplet: BF, 4E and 87. RGB value is (191,78,135). Sum of RGB (Red+Green+Blue) = 191+78+135=404 (53% of max value = 765). Red value is 191 (75% from 255 or 47.28% from 404); Green value is 78 (30.86% from 255 or 19.31% from 404); Blue value is 135 (53.12% from 255 or 33.42% from 404); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4E87 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF4E87 is #40B178. Grayscale: #767676. Windows color (decimal): -4239737 or 8867519. OLE color: 8867519.

HSL color Cylindrical-coordinate representation of color #BF4E87: hue angle of 329.73º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BF4E87 is Cyan = 0, Magento = 0.59, Yellow = 0.29 and Black (K on CMYK) = 0.25.

Color convert

RGB19178135-
CMYK00.590.290.25
HSL329.73º46.89%52.75%-
HSV(B)329.73º59.16%74.9%-
XYZ28.5818.2724.94-
YUV118.28137.44179.87-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 47.28%
GREEN value IS 78 (30.86% from 255) = 19.31%
BLUE value IS 135 (53.12% from 255) = 33.42%
R=47.28%
G=19.31%
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.25
SystemRedGreenBlueCMYKHSL
Decimal1917813500.590.290.25329.7346.8952.75
HexBF4E8703B1D1914a2f35
Octal27711620707335315125765
Binary1011111110011101000011101110111110111001101001010101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF4E87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF4E87; }

 p { color: rgb(191,78,135); }

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

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

 a { background-color: rgb(191,78,135); }

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

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

 span { border-color: rgb(191,78,135); }

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