#BF5791

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

Shades of Mulberry #BF5791

Tints of Mulberry #BF5791

Color information

#BF5791 (or 0xBF5791) is unknown color: approx Mulberry. HEX triplet: BF, 57 and 91. RGB value is (191,87,145). Sum of RGB (Red+Green+Blue) = 191+87+145=423 (56% of max value = 765). Red value is 191 (75% from 255 or 45.15% from 423); Green value is 87 (34.38% from 255 or 20.57% from 423); Blue value is 145 (57.03% from 255 or 34.28% from 423); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5791 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF5791 is #40A86E. Grayscale: #7C7C7C. Windows color (decimal): -4237423 or 9525183. OLE color: 9525183.

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

Color convert

RGB19187145-
CMYK00.540.240.25
HSL326.54º44.83%54.51%-
HSV(B)326.54º54.45%74.9%-
XYZ3019.9429.05-
YUV124.71139.46175.28-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 45.15%
GREEN value IS 87 (34.38% from 255) = 20.57%
BLUE value IS 145 (57.03% from 255) = 34.28%
R=45.15%
G=20.57%
B=34.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.24
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1918714500.540.240.25326.5444.8354.51
HexBF579103618191472d37
Octal27712722106630315075567
Binary1011111110101111001000101101101100011001101000111101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF5791

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF5791; }

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

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

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

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

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

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

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

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