#BF209F

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

Shades of Medium Violet Red #BF209F

Tints of Medium Violet Red #BF209F

Color information

#BF209F (or 0xBF209F) is unknown color: approx Medium Violet Red. HEX triplet: BF, 20 and 9F. RGB value is (191,32,159). Sum of RGB (Red+Green+Blue) = 191+32+159=382 (50% of max value = 765). Red value is 191 (75% from 255 or 50% from 382); Green value is 32 (12.89% from 255 or 8.38% from 382); Blue value is 159 (62.5% from 255 or 41.62% from 382); Max value from RGB is 191 - color contains mainly: red. Hex color #BF209F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF209F is #40DF60. Grayscale: #5D5D5D. Windows color (decimal): -4251489 or 10428607. OLE color: 10428607.

HSL color Cylindrical-coordinate representation of color #BF209F: hue angle of 312.08º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BF209F is Cyan = 0, Magento = 0.83, Yellow = 0.17 and Black (K on CMYK) = 0.25.

Color convert

RGB19132159-
CMYK00.830.170.25
HSL312.08º71.3%43.73%-
HSV(B)312.08º83.25%74.9%-
XYZ28.2614.6134.13-
YUV94.02164.68197.17-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 50%
GREEN value IS 32 (12.89% from 255) = 8.38%
BLUE value IS 159 (62.5% from 255) = 41.62%
R=50%
G=8.38%
B=41.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.17
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1913215900.830.170.25312.0871.343.73
HexBF209F0531119138472c
Octal277402370123213147010754
Binary10111111100000100111110101001110001110011001110001000111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF209F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF209F; }

 p { color: rgb(191,32,159); }

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

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

 a { background-color: rgb(191,32,159); }

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

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

 span { border-color: rgb(191,32,159); }

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