#BF3F84

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

Shades of Medium Red Violet #BF3F84

Tints of Medium Red Violet #BF3F84

Color information

#BF3F84 (or 0xBF3F84) is unknown color: approx Medium Red Violet. HEX triplet: BF, 3F and 84. RGB value is (191,63,132). Sum of RGB (Red+Green+Blue) = 191+63+132=386 (51% of max value = 765). Red value is 191 (75% from 255 or 49.48% from 386); Green value is 63 (25% from 255 or 16.32% from 386); Blue value is 132 (51.95% from 255 or 34.20% from 386); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3F84 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF3F84 is #40C07B. Grayscale: #6C6C6C. Windows color (decimal): -4243580 or 8667071. OLE color: 8667071.

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

Color convert

RGB19163132-
CMYK00.670.310.25
HSL327.66º50.39%49.8%-
HSV(B)327.66º67.02%74.9%-
XYZ27.4316.323.53-
YUV109.14140.91186.39-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 49.48%
GREEN value IS 63 (25% from 255) = 16.32%
BLUE value IS 132 (51.95% from 255) = 34.20%
R=49.48%
G=16.32%
B=34.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.31
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1916313200.670.310.25327.6650.3949.8
HexBF3F840431F191483232
Octal27777204010337315106262
Binary1011111111111110000100010000111111111001101001000110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF3F84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF3F84; }

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

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

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

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

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

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

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

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