#BF3F99

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

Shades of Mulberry #BF3F99

Tints of Mulberry #BF3F99

Color information

#BF3F99 (or 0xBF3F99) is unknown color: approx Mulberry. HEX triplet: BF, 3F and 99. RGB value is (191,63,153). Sum of RGB (Red+Green+Blue) = 191+63+153=407 (53% of max value = 765). Red value is 191 (75% from 255 or 46.93% from 407); Green value is 63 (25% from 255 or 15.48% from 407); Blue value is 153 (60.16% from 255 or 37.59% from 407); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3F99 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF3F99 is #40C066. Grayscale: #6F6F6F. Windows color (decimal): -4243559 or 10043327. OLE color: 10043327.

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

Color convert

RGB19163153-
CMYK00.670.200.25
HSL317.81º50.39%49.8%-
HSV(B)317.81º67.02%74.9%-
XYZ29.0116.9331.88-
YUV111.53151.41184.68-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 46.93%
GREEN value IS 63 (25% from 255) = 15.48%
BLUE value IS 153 (60.16% from 255) = 37.59%
R=46.93%
G=15.48%
B=37.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.20
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1916315300.670.200.25317.8150.3949.8
HexBF3F99043141913e3232
Octal27777231010324314766262
Binary1011111111111110011001010000111010011001100111110110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF3F99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF3F99; }

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

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

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

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

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

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

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

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