#bf199f

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

Shades of Medium Violet Red #BF199F

Tints of Medium Violet Red #BF199F

Color information

#BF199F (or 0xBF199F) is unknown color: approx Medium Violet Red. HEX triplet: BF, 19 and 9F. RGB value is (191,25,159). Sum of RGB (Red+Green+Blue) = 191+25+159=375 (49% of max value = 765). Red value is 191 (75% from 255 or 50.93% from 375); Green value is 25 (10.16% from 255 or 6.67% from 375); Blue value is 159 (62.5% from 255 or 42.4% from 375); Max value from RGB is 191 - color contains mainly: red. Hex color #BF199F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF199F is #40E660. Grayscale: #595959. Windows color (decimal): -4253281 or 10426815. OLE color: 10426815.

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

Color convert

RGB19125159-
CMYK00.870.170.25
HSL311.57º76.85%42.35%-
HSV(B)311.57º86.91%74.9%-
XYZ28.0914.2734.08-
YUV89.91167200.1-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 50.93%
GREEN value IS 25 (10.16% from 255) = 6.67%
BLUE value IS 159 (62.5% from 255) = 42.4%
R=50.93%
G=6.67%
B=42.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.17
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1912515900.870.170.25311.5776.8542.35
HexBF199F05711191384d2a
Octal277312370127213147011552
Binary1011111111001100111110101011110001110011001110001001101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bf199f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bf199f; }

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

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

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

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

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

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

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

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