#BF4791

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

Shades of Mulberry #BF4791

Tints of Mulberry #BF4791

Color information

#BF4791 (or 0xBF4791) is unknown color: approx Mulberry. HEX triplet: BF, 47 and 91. RGB value is (191,71,145). Sum of RGB (Red+Green+Blue) = 191+71+145=407 (53% of max value = 765). Red value is 191 (75% from 255 or 46.93% from 407); Green value is 71 (28.12% from 255 or 17.44% from 407); Blue value is 145 (57.03% from 255 or 35.63% from 407); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4791 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF4791 is #40B86E. Grayscale: #737373. Windows color (decimal): -4241519 or 9521087. OLE color: 9521087.

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

Color convert

RGB19171145-
CMYK00.630.240.25
HSL323º48.39%51.37%-
HSV(B)323º62.83%74.9%-
XYZ28.8517.6328.67-
YUV115.32144.76181.98-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 46.93%
GREEN value IS 71 (28.12% from 255) = 17.44%
BLUE value IS 145 (57.03% from 255) = 35.63%
R=46.93%
G=17.44%
B=35.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.24
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1917114500.630.240.2532348.3951.37
HexBF479103F18191433033
Octal27710722107730315036063
Binary1011111110001111001000101111111100011001101000011110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF4791

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF4791; }

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

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

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

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

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

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

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

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