#BF166B

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

Shades of Medium Violet Red #BF166B

Tints of Medium Violet Red #BF166B

Color information

#BF166B (or 0xBF166B) is unknown color: approx Medium Violet Red. HEX triplet: BF, 16 and 6B. RGB value is (191,22,107). Sum of RGB (Red+Green+Blue) = 191+22+107=320 (42% of max value = 765). Red value is 191 (75% from 255 or 59.69% from 320); Green value is 22 (8.98% from 255 or 6.88% from 320); Blue value is 107 (42.19% from 255 or 33.44% from 320); Max value from RGB is 191 - color contains mainly: red. Hex color #BF166B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF166B is #40E994. Grayscale: #525252. Windows color (decimal): -4254101 or 7018175. OLE color: 7018175.

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

Color convert

RGB19122107-
CMYK00.880.440.25
HSL329.82º79.34%41.76%-
HSV(B)329.82º88.48%74.9%-
XYZ24.4312.7115.08-
YUV82.22141.99205.59-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 59.69%
GREEN value IS 22 (8.98% from 255) = 6.88%
BLUE value IS 107 (42.19% from 255) = 33.44%
R=59.69%
G=6.88%
B=33.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.44
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1912210700.880.440.25329.8279.3441.76
HexBF166B0582C1914a4f2a
Octal277261530130543151211752
Binary1011111110110110101101011000101100110011010010101001111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF166B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF166B; }

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

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

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

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

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

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

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

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