#bf4e8c

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

Shades of Mulberry #BF4E8C

Tints of Mulberry #BF4E8C

Color information

#BF4E8C (or 0xBF4E8C) is unknown color: approx Mulberry. HEX triplet: BF, 4E and 8C. RGB value is (191,78,140). Sum of RGB (Red+Green+Blue) = 191+78+140=409 (54% of max value = 765). Red value is 191 (75% from 255 or 46.70% from 409); Green value is 78 (30.86% from 255 or 19.07% from 409); Blue value is 140 (55.08% from 255 or 34.23% from 409); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4E8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF4E8C is #40B173. Grayscale: #767676. Windows color (decimal): -4239732 or 9195199. OLE color: 9195199.

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

Color convert

RGB19178140-
CMYK00.590.270.25
HSL327.08º46.89%52.75%-
HSV(B)327.08º59.16%74.9%-
XYZ28.9418.4226.84-
YUV118.85139.94179.46-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 46.70%
GREEN value IS 78 (30.86% from 255) = 19.07%
BLUE value IS 140 (55.08% from 255) = 34.23%
R=46.70%
G=19.07%
B=34.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.27
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1917814000.590.270.25327.0846.8952.75
HexBF4E8C03B1B191472f35
Octal27711621407333315075765
Binary1011111110011101000110001110111101111001101000111101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bf4e8c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bf4e8c; }

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

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

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

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

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

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

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

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