#BF3F95

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

Shades of Mulberry #BF3F95

Tints of Mulberry #BF3F95

Color information

#BF3F95 (or 0xBF3F95) is unknown color: approx Mulberry. HEX triplet: BF, 3F and 95. RGB value is (191,63,149). Sum of RGB (Red+Green+Blue) = 191+63+149=403 (53% of max value = 765). Red value is 191 (75% from 255 or 47.39% from 403); Green value is 63 (25% from 255 or 15.63% from 403); Blue value is 149 (58.59% from 255 or 36.97% from 403); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3F95 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF3F95 is #40C06A. Grayscale: #6E6E6E. Windows color (decimal): -4243563 or 9781183. OLE color: 9781183.

HSL color Cylindrical-coordinate representation of color #BF3F95: hue angle of 319.69º 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 #BF3F95 is Cyan = 0, Magento = 0.67, Yellow = 0.22 and Black (K on CMYK) = 0.25.

Color convert

RGB19163149-
CMYK00.670.220.25
HSL319.69º50.39%49.8%-
HSV(B)319.69º67.02%74.9%-
XYZ28.6916.830.16-
YUV111.08149.41185.01-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 47.39%
GREEN value IS 63 (25% from 255) = 15.63%
BLUE value IS 149 (58.59% from 255) = 36.97%
R=47.39%
G=15.63%
B=36.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.22
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1916314900.670.220.25319.6950.3949.8
HexBF3F9504316191403232
Octal27777225010326315006262
Binary1011111111111110010101010000111011011001101000000110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF3F95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF3F95; }

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

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

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

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

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

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

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

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