#BF169B

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

Shades of Medium Violet Red #BF169B

Tints of Medium Violet Red #BF169B

Color information

#BF169B (or 0xBF169B) is unknown color: approx Medium Violet Red. HEX triplet: BF, 16 and 9B. RGB value is (191,22,155). Sum of RGB (Red+Green+Blue) = 191+22+155=368 (48% of max value = 765). Red value is 191 (75% from 255 or 51.90% from 368); Green value is 22 (8.98% from 255 or 5.98% from 368); Blue value is 155 (60.94% from 255 or 42.12% from 368); Max value from RGB is 191 - color contains mainly: red. Hex color #BF169B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF169B is #40E964. Grayscale: #575757. Windows color (decimal): -4254053 or 10163903. OLE color: 10163903.

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

Color convert

RGB19122155-
CMYK00.880.190.25
HSL312.78º79.34%41.76%-
HSV(B)312.78º88.48%74.9%-
XYZ27.6914.0232.26-
YUV87.69165.99201.69-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 51.90%
GREEN value IS 22 (8.98% from 255) = 5.98%
BLUE value IS 155 (60.94% from 255) = 42.12%
R=51.90%
G=5.98%
B=42.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.19
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1912215500.880.190.25312.7879.3441.76
HexBF169B05813191394f2a
Octal277262330130233147111752
Binary1011111110110100110110101100010011110011001110011001111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF169B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF169B; }

 p { color: rgb(191,22,155); }

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

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

 a { background-color: rgb(191,22,155); }

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

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

 span { border-color: rgb(191,22,155); }

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