#BF219F

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

Shades of Medium Violet Red #BF219F

Tints of Medium Violet Red #BF219F

Color information

#BF219F (or 0xBF219F) is unknown color: approx Medium Violet Red. HEX triplet: BF, 21 and 9F. RGB value is (191,33,159). Sum of RGB (Red+Green+Blue) = 191+33+159=383 (50% of max value = 765). Red value is 191 (75% from 255 or 49.87% from 383); Green value is 33 (13.28% from 255 or 8.62% from 383); Blue value is 159 (62.5% from 255 or 41.51% from 383); Max value from RGB is 191 - color contains mainly: red. Hex color #BF219F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF219F is #40DE60. Grayscale: #5E5E5E. Windows color (decimal): -4251233 or 10428863. OLE color: 10428863.

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

Color convert

RGB19133159-
CMYK00.830.170.25
HSL312.15º70.54%43.92%-
HSV(B)312.15º82.72%74.9%-
XYZ28.2914.6734.14-
YUV94.61164.35196.75-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 49.87%
GREEN value IS 33 (13.28% from 255) = 8.62%
BLUE value IS 159 (62.5% from 255) = 41.51%
R=49.87%
G=8.62%
B=41.51%

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
Decimal1913315900.830.170.25312.1570.5443.92
HexBF219F0531119138472c
Octal277412370123213147010754
Binary10111111100001100111110101001110001110011001110001000111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF219F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF219F; }

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

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

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

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

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

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

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

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