#BF166E

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

Shades of Medium Violet Red #BF166E

Tints of Medium Violet Red #BF166E

Color information

#BF166E (or 0xBF166E) is unknown color: approx Medium Violet Red. HEX triplet: BF, 16 and 6E. RGB value is (191,22,110). Sum of RGB (Red+Green+Blue) = 191+22+110=323 (42% of max value = 765). Red value is 191 (75% from 255 or 59.13% from 323); Green value is 22 (8.98% from 255 or 6.81% from 323); Blue value is 110 (43.36% from 255 or 34.06% from 323); Max value from RGB is 191 - color contains mainly: red. Hex color #BF166E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF166E is #40E991. Grayscale: #525252. Windows color (decimal): -4254098 or 7214783. OLE color: 7214783.

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

Color convert

RGB19122110-
CMYK00.880.420.25
HSL328.76º79.34%41.76%-
HSV(B)328.76º88.48%74.9%-
XYZ24.5912.7815.92-
YUV82.56143.49205.34-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 59.13%
GREEN value IS 22 (8.98% from 255) = 6.81%
BLUE value IS 110 (43.36% from 255) = 34.06%
R=59.13%
G=6.81%
B=34.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.42
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1912211000.880.420.25328.7679.3441.76
HexBF166E0582A191494f2a
Octal277261560130523151111752
Binary1011111110110110111001011000101010110011010010011001111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF166E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF166E; }

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

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

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

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

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

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

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

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