#BF4E88

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

Shades of Mulberry #BF4E88

Tints of Mulberry #BF4E88

Color information

#BF4E88 (or 0xBF4E88) is unknown color: approx Mulberry. HEX triplet: BF, 4E and 88. RGB value is (191,78,136). Sum of RGB (Red+Green+Blue) = 191+78+136=405 (53% of max value = 765). Red value is 191 (75% from 255 or 47.16% from 405); Green value is 78 (30.86% from 255 or 19.26% from 405); Blue value is 136 (53.52% from 255 or 33.58% from 405); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4E88 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF4E88 is #40B177. Grayscale: #767676. Windows color (decimal): -4239736 or 8933055. OLE color: 8933055.

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

Color convert

RGB19178136-
CMYK00.590.290.25
HSL329.2º46.89%52.75%-
HSV(B)329.2º59.16%74.9%-
XYZ28.6518.325.32-
YUV118.4137.94179.78-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 47.16%
GREEN value IS 78 (30.86% from 255) = 19.26%
BLUE value IS 136 (53.52% from 255) = 33.58%
R=47.16%
G=19.26%
B=33.58%

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
Decimal1917813600.590.290.25329.246.8952.75
HexBF4E8803B1D191492f35
Octal27711621007335315115765
Binary1011111110011101000100001110111110111001101001001101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF4E88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF4E88; }

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

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

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

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

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

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

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

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