#BF3F91

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

Shades of Mulberry #BF3F91

Tints of Mulberry #BF3F91

Color information

#BF3F91 (or 0xBF3F91) is unknown color: approx Mulberry. HEX triplet: BF, 3F and 91. RGB value is (191,63,145). Sum of RGB (Red+Green+Blue) = 191+63+145=399 (52% of max value = 765). Red value is 191 (75% from 255 or 47.87% from 399); Green value is 63 (25% from 255 or 15.79% from 399); Blue value is 145 (57.03% from 255 or 36.34% from 399); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3F91 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF3F91 is #40C06E. Grayscale: #6E6E6E. Windows color (decimal): -4243567 or 9519039. OLE color: 9519039.

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

Color convert

RGB19163145-
CMYK00.670.240.25
HSL321.56º50.39%49.8%-
HSV(B)321.56º67.02%74.9%-
XYZ28.3716.6828.51-
YUV110.62147.41185.33-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 47.87%
GREEN value IS 63 (25% from 255) = 15.79%
BLUE value IS 145 (57.03% from 255) = 36.34%
R=47.87%
G=15.79%
B=36.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.24
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1916314500.670.240.25321.5650.3949.8
HexBF3F9104318191423232
Octal27777221010330315026262
Binary1011111111111110010001010000111100011001101000010110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF3F91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF3F91; }

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

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

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

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

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

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

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

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