#BF4D91

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

Shades of Mulberry #BF4D91

Tints of Mulberry #BF4D91

Color information

#BF4D91 (or 0xBF4D91) is unknown color: approx Mulberry. HEX triplet: BF, 4D and 91. RGB value is (191,77,145). Sum of RGB (Red+Green+Blue) = 191+77+145=413 (54% of max value = 765). Red value is 191 (75% from 255 or 46.25% from 413); Green value is 77 (30.47% from 255 or 18.64% from 413); Blue value is 145 (57.03% from 255 or 35.11% from 413); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4D91 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF4D91 is #40B26E. Grayscale: #767676. Windows color (decimal): -4239983 or 9522623. OLE color: 9522623.

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

Color convert

RGB19177145-
CMYK00.600.240.25
HSL324.21º47.11%52.55%-
HSV(B)324.21º59.69%74.9%-
XYZ29.2518.4328.8-
YUV118.84142.77179.47-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 46.25%
GREEN value IS 77 (30.47% from 255) = 18.64%
BLUE value IS 145 (57.03% from 255) = 35.11%
R=46.25%
G=18.64%
B=35.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.24
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1917714500.600.240.25324.2147.1152.55
HexBF4D9103C18191442f35
Octal27711522107430315045765
Binary1011111110011011001000101111001100011001101000100101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF4D91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF4D91; }

 p { color: rgb(191,77,145); }

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

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

 a { background-color: rgb(191,77,145); }

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

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

 span { border-color: rgb(191,77,145); }

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