#BF3F80

Color #BF3F80 Medium Red Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Red Violet #BF3F80

Tints of Medium Red Violet #BF3F80

Color information

#BF3F80 (or 0xBF3F80) is unknown color: approx Medium Red Violet. HEX triplet: BF, 3F and 80. RGB value is (191,63,128). Sum of RGB (Red+Green+Blue) = 191+63+128=382 (50% of max value = 765). Red value is 191 (75% from 255 or 50% from 382); Green value is 63 (25% from 255 or 16.49% from 382); Blue value is 128 (50.39% from 255 or 33.51% from 382); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3F80 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF3F80 is #40C07F. Grayscale: #6C6C6C. Windows color (decimal): -4243584 or 8404927. OLE color: 8404927.

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

Color convert

RGB19163128-
CMYK00.670.330.25
HSL329.53º50.39%49.8%-
HSV(B)329.53º67.02%74.9%-
XYZ27.1616.1922.12-
YUV108.68138.91186.71-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 50%
GREEN value IS 63 (25% from 255) = 16.49%
BLUE value IS 128 (50.39% from 255) = 33.51%
R=50%
G=16.49%
B=33.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.33
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1916312800.670.330.25329.5350.3949.8
HexBF3F80043211914a3232
Octal27777200010341315126262
Binary10111111111111100000000100001110000111001101001010110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF3F80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF3F80; }

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

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

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

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

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

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

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

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