#BF3F7F

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

Shades of Medium Red Violet #BF3F7F

Tints of Medium Red Violet #BF3F7F

Color information

#BF3F7F (or 0xBF3F7F) is unknown color: approx Medium Red Violet. HEX triplet: BF, 3F and 7F. RGB value is (191,63,127). Sum of RGB (Red+Green+Blue) = 191+63+127=381 (50% of max value = 765). Red value is 191 (75% from 255 or 50.13% from 381); Green value is 63 (25% from 255 or 16.54% from 381); Blue value is 127 (50% from 255 or 33.33% from 381); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3F7F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF3F7F is #40C080. Grayscale: #6C6C6C. Windows color (decimal): -4243585 or 8339391. OLE color: 8339391.

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

Color convert

RGB19163127-
CMYK00.670.340.25
HSL330º50.39%49.8%-
HSV(B)330º67.02%74.9%-
XYZ27.0916.1621.77-
YUV108.57138.41186.8-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 50.13%
GREEN value IS 63 (25% from 255) = 16.54%
BLUE value IS 127 (50% from 255) = 33.33%
R=50.13%
G=16.54%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.34
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1916312700.670.340.2533050.3949.8
HexBF3F7F043221914a3232
Octal27777177010342315126262
Binary1011111111111111111110100001110001011001101001010110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF3F7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF3F7F; }

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

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

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

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

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

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

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

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