#BF5E8C

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

Shades of Mulberry #BF5E8C

Tints of Mulberry #BF5E8C

Color information

#BF5E8C (or 0xBF5E8C) is unknown color: approx Mulberry. HEX triplet: BF, 5E and 8C. RGB value is (191,94,140). Sum of RGB (Red+Green+Blue) = 191+94+140=425 (56% of max value = 765). Red value is 191 (75% from 255 or 44.94% from 425); Green value is 94 (37.11% from 255 or 22.12% from 425); Blue value is 140 (55.08% from 255 or 32.94% from 425); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5E8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF5E8C is #40A173. Grayscale: #808080. Windows color (decimal): -4235636 or 9199295. OLE color: 9199295.

HSL color Cylindrical-coordinate representation of color #BF5E8C: hue angle of 331.55º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BF5E8C is Cyan = 0, Magento = 0.51, Yellow = 0.27 and Black (K on CMYK) = 0.25.

Color convert

RGB19194140-
CMYK00.510.270.25
HSL331.55º43.11%55.88%-
HSV(B)331.55º50.79%74.9%-
XYZ30.2220.9827.27-
YUV128.25134.64172.76-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 44.94%
GREEN value IS 94 (37.11% from 255) = 22.12%
BLUE value IS 140 (55.08% from 255) = 32.94%
R=44.94%
G=22.12%
B=32.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.27
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1919414000.510.270.25331.5543.1155.88
HexBF5E8C0331B1914c2b38
Octal27713621406333315145370
Binary1011111110111101000110001100111101111001101001100101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF5E8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF5E8C; }

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

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

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

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

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

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

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

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