#BF119C

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

Shades of Medium Violet Red #BF119C

Tints of Medium Violet Red #BF119C

Color information

#BF119C (or 0xBF119C) is unknown color: approx Medium Violet Red. HEX triplet: BF, 11 and 9C. RGB value is (191,17,156). Sum of RGB (Red+Green+Blue) = 191+17+156=364 (48% of max value = 765). Red value is 191 (75% from 255 or 52.47% from 364); Green value is 17 (7.03% from 255 or 4.67% from 364); Blue value is 156 (61.33% from 255 or 42.86% from 364); Max value from RGB is 191 - color contains mainly: red. Hex color #BF119C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF119C is #40EE63. Grayscale: #545454. Windows color (decimal): -4255332 or 10228159. OLE color: 10228159.

HSL color Cylindrical-coordinate representation of color #BF119C: hue angle of 312.07º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BF119C is Cyan = 0, Magento = 0.91, Yellow = 0.18 and Black (K on CMYK) = 0.25.

Color convert

RGB19117156-
CMYK00.910.180.25
HSL312.07º83.65%40.78%-
HSV(B)312.07º91.1%74.9%-
XYZ27.6913.8832.67-
YUV84.87168.15203.7-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 52.47%
GREEN value IS 17 (7.03% from 255) = 4.67%
BLUE value IS 156 (61.33% from 255) = 42.86%
R=52.47%
G=4.67%
B=42.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.18
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911715600.910.180.25312.0783.6540.78
HexBF119C05B12191385429
Octal277212340133223147012451
Binary1011111110001100111000101101110010110011001110001010100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF119C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF119C; }

 p { color: rgb(191,17,156); }

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

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

 a { background-color: rgb(191,17,156); }

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

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

 span { border-color: rgb(191,17,156); }

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