#BF3F8C

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

Shades of Medium Red Violet #BF3F8C

Tints of Medium Red Violet #BF3F8C

Color information

#BF3F8C (or 0xBF3F8C) is unknown color: approx Medium Red Violet. HEX triplet: BF, 3F and 8C. RGB value is (191,63,140). Sum of RGB (Red+Green+Blue) = 191+63+140=394 (52% of max value = 765). Red value is 191 (75% from 255 or 48.48% from 394); Green value is 63 (25% from 255 or 15.99% from 394); Blue value is 140 (55.08% from 255 or 35.53% from 394); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3F8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF3F8C is #40C073. Grayscale: #6D6D6D. Windows color (decimal): -4243572 or 9191359. OLE color: 9191359.

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

Color convert

RGB19163140-
CMYK00.670.270.25
HSL323.91º50.39%49.8%-
HSV(B)323.91º67.02%74.9%-
XYZ2816.5226.52-
YUV110.05144.91185.74-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 48.48%
GREEN value IS 63 (25% from 255) = 15.99%
BLUE value IS 140 (55.08% from 255) = 35.53%
R=48.48%
G=15.99%
B=35.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.27
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1916314000.670.270.25323.9150.3949.8
HexBF3F8C0431B191443232
Octal27777214010333315046262
Binary1011111111111110001100010000111101111001101000100110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF3F8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF3F8C; }

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

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

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

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

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

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

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

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